Html Css Color HEX #0C2069 Sapphire

📋 copy color: '#0C2069'

red 12 ◦ green 32 ◦ blue 105

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

Shades of Sapphire #0C2069

Tints of Sapphire #0C2069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

 BLUE value IS 105 (41.41% from 255) = 70.47%

R = 8.05%
G = 21.48%
B = 70.47%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0C2069 (or 0x0C2069) is known color: Sapphire. HEX triplet: 0C, 20 and 69. RGB value is (12,32,105). Sum of RGB (Red+Green+Blue) = 12+32+105=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 105 (41.41% from 255 or 70.47% from 149); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C2069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2069 is #F3DF96. Grayscale: #222222. Windows color (decimal): -15982487 or 6889484. OLE color: 6889484.

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

Color convert

RGB 12 32 105 -
CMYK 0.89 0.70 0 0.59
HSL 227.1º 0.79% 0.23% -
HSV(B) 227.1º 0.89% 0.41% -
XYZ 3.22 2.13 13.61 -
YUV 34.34 167.87 112.06 -
System Red Green Blue C M Y K H S L
Decimal 12 32 105 0.89 0.70 0 0.59 227.1 0.79 0.23
Hex C 20 69 59 46 0 3B E3 4F 17
Octal 14 40 151 131 106 0 73 343 117 27
Binary 1100 100000 1101001 1011001 1000110 0 111011 11100011 1001111 10111

Color Harmonies of #0C2069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2069

Black with #0C2069

Text Example


Text Example

White with #0C2069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,32,105); }

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

background-color css

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

 a { background-color: rgb(12,32,105); }

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

border-color css

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

 span { border-color: rgb(12,32,105); }

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