Html Css Color HEX #0C3171 Sapphire

📋 copy color: '#0C3171'

red 12 ◦ green 49 ◦ blue 113

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

Shades of Sapphire #0C3171

Tints of Sapphire #0C3171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.16%

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

R = 6.9%
G = 28.16%
B = 64.94%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C3171 (or 0x0C3171) is known color: Sapphire. HEX triplet: 0C, 31 and 71. RGB value is (12,49,113). Sum of RGB (Red+Green+Blue) = 12+49+113=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C3171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3171 is #F3CE8E. Grayscale: #2C2C2C. Windows color (decimal): -15978127 or 7418124. OLE color: 7418124.

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

Color convert

RGB 12 49 113 -
CMYK 0.89 0.57 0 0.56
HSL 218.02º 0.81% 0.25% -
HSV(B) 218.02º 0.89% 0.44% -
XYZ 4.23 3.47 16.07 -
YUV 45.23 166.24 104.3 -
System Red Green Blue C M Y K H S L
Decimal 12 49 113 0.89 0.57 0 0.56 218.02 0.81 0.25
Hex C 31 71 59 39 0 38 DA 51 19
Octal 14 61 161 131 71 0 70 332 121 31
Binary 1100 110001 1110001 1011001 111001 0 111000 11011010 1010001 11001

Color Harmonies of #0C3171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3171

Black with #0C3171

Text Example


Text Example

White with #0C3171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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