Html Css Color HEX #0C2471 Sapphire

📋 copy color: '#0C2471'

red 12 ◦ green 36 ◦ blue 113

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

Shades of Sapphire #0C2471

Tints of Sapphire #0C2471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.36%

 BLUE value IS 113 (44.53% from 255) = 70.19%

R = 7.45%
G = 22.36%
B = 70.19%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C2471 (or 0x0C2471) is known color: Sapphire. HEX triplet: 0C, 24 and 71. RGB value is (12,36,113). Sum of RGB (Red+Green+Blue) = 12+36+113=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C2471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2471 is #F3DB8E. Grayscale: #252525. Windows color (decimal): -15981455 or 7414796. OLE color: 7414796.

HSL color Cylindrical-coordinate representation of color #0C2471: hue angle of 225.74º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C2471 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 36 113 -
CMYK 0.89 0.68 0 0.56
HSL 225.74º 0.81% 0.25% -
HSV(B) 225.74º 0.89% 0.44% -
XYZ 3.76 2.53 15.91 -
YUV 37.6 170.55 109.74 -
System Red Green Blue C M Y K H S L
Decimal 12 36 113 0.89 0.68 0 0.56 225.74 0.81 0.25
Hex C 24 71 59 44 0 38 E2 51 19
Octal 14 44 161 131 104 0 70 342 121 31
Binary 1100 100100 1110001 1011001 1000100 0 111000 11100010 1010001 11001

Color Harmonies of #0C2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2471

Black with #0C2471

Text Example


Text Example

White with #0C2471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,36,113); }

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

background-color css

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

 a { background-color: rgb(12,36,113); }

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

border-color css

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

 span { border-color: rgb(12,36,113); }

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