Html Css Color HEX #0C2976 Sapphire

📋 copy color: '#0C2976'

red 12 ◦ green 41 ◦ blue 118

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

Shades of Sapphire #0C2976

Tints of Sapphire #0C2976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.98%

 BLUE value IS 118 (46.48% from 255) = 69.01%

R = 7.02%
G = 23.98%
B = 69.01%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0C2976 (or 0x0C2976) is known color: Sapphire. HEX triplet: 0C, 29 and 76. RGB value is (12,41,118). Sum of RGB (Red+Green+Blue) = 12+41+118=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C2976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2976 is #F3D689. Grayscale: #282828. Windows color (decimal): -15980170 or 7743756. OLE color: 7743756.

HSL color Cylindrical-coordinate representation of color #0C2976: hue angle of 223.58º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C2976 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 41 118 -
CMYK 0.90 0.65 0 0.54
HSL 223.58º 0.82% 0.25% -
HSV(B) 223.58º 0.9% 0.46% -
XYZ 4.21 2.97 17.49 -
YUV 41.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 12 41 118 0.90 0.65 0 0.54 223.58 0.82 0.25
Hex C 29 76 5A 41 0 36 E0 52 19
Octal 14 51 166 132 101 0 66 340 122 31
Binary 1100 101001 1110110 1011010 1000001 0 110110 11100000 1010010 11001

Color Harmonies of #0C2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2976

Black with #0C2976

Text Example


Text Example

White with #0C2976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,41,118); }

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

background-color css

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

 a { background-color: rgb(12,41,118); }

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

border-color css

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

 span { border-color: rgb(12,41,118); }

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