Html Css Color HEX #0C3178 Sapphire

📋 copy color: '#0C3178'

red 12 ◦ green 49 ◦ blue 120

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

Shades of Sapphire #0C3178

Tints of Sapphire #0C3178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 66.3%

R = 6.63%
G = 27.07%
B = 66.3%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0C3178 (or 0x0C3178) is known color: Sapphire. HEX triplet: 0C, 31 and 78. RGB value is (12,49,120). Sum of RGB (Red+Green+Blue) = 12+49+120=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C3178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3178 is #F3CE87. Grayscale: #2D2D2D. Windows color (decimal): -15978120 or 7876876. OLE color: 7876876.

HSL color Cylindrical-coordinate representation of color #0C3178: hue angle of 219.44º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C3178 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 49 120 -
CMYK 0.90 0.59 0 0.53
HSL 219.44º 0.82% 0.26% -
HSV(B) 219.44º 0.9% 0.47% -
XYZ 4.64 3.63 18.23 -
YUV 46.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 12 49 120 0.90 0.59 0 0.53 219.44 0.82 0.26
Hex C 31 78 5A 3B 0 35 DB 52 1A
Octal 14 61 170 132 73 0 65 333 122 32
Binary 1100 110001 1111000 1011010 111011 0 110101 11011011 1010010 11010

Color Harmonies of #0C3178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3178

Black with #0C3178

Text Example


Text Example

White with #0C3178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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