Html Css Color HEX #0C2971 Sapphire

📋 copy color: '#0C2971'

red 12 ◦ green 41 ◦ blue 113

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

Shades of Sapphire #0C2971

Tints of Sapphire #0C2971

RGB

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

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

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

R = 7.23%
G = 24.7%
B = 68.07%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C2971 (or 0x0C2971) is known color: Sapphire. HEX triplet: 0C, 29 and 71. RGB value is (12,41,113). Sum of RGB (Red+Green+Blue) = 12+41+113=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C2971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2971 is #F3D68E. Grayscale: #282828. Windows color (decimal): -15980175 or 7416076. OLE color: 7416076.

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

Color convert

RGB 12 41 113 -
CMYK 0.89 0.64 0 0.56
HSL 222.77º 0.81% 0.25% -
HSV(B) 222.77º 0.89% 0.44% -
XYZ 3.93 2.86 15.97 -
YUV 40.54 168.89 107.65 -
System Red Green Blue C M Y K H S L
Decimal 12 41 113 0.89 0.64 0 0.56 222.77 0.81 0.25
Hex C 29 71 59 40 0 38 DF 51 19
Octal 14 51 161 131 100 0 70 337 121 31
Binary 1100 101001 1110001 1011001 1000000 0 111000 11011111 1010001 11001

Color Harmonies of #0C2971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2971

Black with #0C2971

Text Example


Text Example

White with #0C2971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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