Html Css Color HEX #0C2569 Sapphire

📋 copy color: '#0C2569'

red 12 ◦ green 37 ◦ blue 105

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

Shades of Sapphire #0C2569

Tints of Sapphire #0C2569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.03%

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

R = 7.79%
G = 24.03%
B = 68.18%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0C2569 (or 0x0C2569) is known color: Sapphire. HEX triplet: 0C, 25 and 69. RGB value is (12,37,105). Sum of RGB (Red+Green+Blue) = 12+37+105=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 105 (41.41% from 255 or 68.18% from 154); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C2569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2569 is #F3DA96. Grayscale: #242424. Windows color (decimal): -15981207 or 6890764. OLE color: 6890764.

HSL color Cylindrical-coordinate representation of color #0C2569: hue angle of 223.87º 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 #0C2569 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 37 105 -
CMYK 0.89 0.65 0 0.59
HSL 223.87º 0.79% 0.23% -
HSV(B) 223.87º 0.89% 0.41% -
XYZ 3.36 2.42 13.65 -
YUV 37.28 166.22 109.97 -
System Red Green Blue C M Y K H S L
Decimal 12 37 105 0.89 0.65 0 0.59 223.87 0.79 0.23
Hex C 25 69 59 41 0 3B E0 4F 17
Octal 14 45 151 131 101 0 73 340 117 27
Binary 1100 100101 1101001 1011001 1000001 0 111011 11100000 1001111 10111

Color Harmonies of #0C2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2569

Black with #0C2569

Text Example


Text Example

White with #0C2569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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