Html Css Color HEX #0C2A67 Sapphire

📋 copy color: '#0C2A67'

red 12 ◦ green 42 ◦ blue 103

#0C2A67
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #0C2A67

Tints of Sapphire #0C2A67

RGB

 RED value IS 12 (5.08% from 255) = 7.64%

 GREEN value IS 42 (16.8% from 255) = 26.75%

 BLUE value IS 103 (40.63% from 255) = 65.61%

R = 7.64%
G = 26.75%
B = 65.61%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C2A67 (or 0x0C2A67) is known color: Sapphire. HEX triplet: 0C, 2A and 67. RGB value is (12,42,103). Sum of RGB (Red+Green+Blue) = 12+42+103=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 103 (40.62% from 255 or 65.61% from 157); Max value from RGB is 103 - color contains mainly: blue. Hex color #0C2A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2A67 is #F3D598. Grayscale: #272727. Windows color (decimal): -15979929 or 6760972. OLE color: 6760972.

HSL color Cylindrical-coordinate representation of color #0C2A67: hue angle of 220.22º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C2A67 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 12 42 103 -
CMYK 0.88 0.59 0 0.60
HSL 220.22º 0.79% 0.23% -
HSV(B) 220.22º 0.88% 0.4% -
XYZ 3.43 2.71 13.18 -
YUV 39.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 12 42 103 0.88 0.59 0 0.60 220.22 0.79 0.23
Hex C 2A 67 58 3B 0 3C DC 4F 17
Octal 14 52 147 130 73 0 74 334 117 27
Binary 1100 101010 1100111 1011000 111011 0 111100 11011100 1001111 10111

Color Harmonies of #0C2A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2A67

Black with #0C2A67

Text Example


Text Example

White with #0C2A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C2A67; }

 p { color: rgb(12,42,103); }

 H1.HeaderClassName
 {
   color: #0C2A67;
 }
 .AnyTagClassName
 {
   color: #0C2A67;
 }
</style>

background-color css

<style>
 a { background-color: #0C2A67; }

 a { background-color: rgb(12,42,103); }

 div.DivClassName
 {
   background-color: #0C2A67;
 }
 .BgClassName
 {
   background-color: #0C2A67;
 }
</style>

border-color css

<style>
 span { border-color: #0C2A67; }

 span { border-color: rgb(12,42,103); }

 td.TdClassName
 {
   border-color: #0C2A67;
 }
 .TagClassName
 {
   border-color: #0C2A67;
 }
</style>