Html Css Color HEX #0C3376 Sapphire

📋 copy color: '#0C3376'

red 12 ◦ green 51 ◦ blue 118

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

Shades of Sapphire #0C3376

Tints of Sapphire #0C3376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.18%

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

R = 6.63%
G = 28.18%
B = 65.19%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0C3376 (or 0x0C3376) is known color: Sapphire. HEX triplet: 0C, 33 and 76. RGB value is (12,51,118). Sum of RGB (Red+Green+Blue) = 12+51+118=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 118 (46.48% from 255 or 65.19% from 181); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C3376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3376 is #F3CC89. Grayscale: #2E2E2E. Windows color (decimal): -15977610 or 7746316. OLE color: 7746316.

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

Color convert

RGB 12 51 118 -
CMYK 0.90 0.57 0 0.54
HSL 217.92º 0.82% 0.25% -
HSV(B) 217.92º 0.9% 0.46% -
XYZ 4.61 3.75 17.62 -
YUV 46.98 168.08 103.05 -
System Red Green Blue C M Y K H S L
Decimal 12 51 118 0.90 0.57 0 0.54 217.92 0.82 0.25
Hex C 33 76 5A 39 0 36 DA 52 19
Octal 14 63 166 132 71 0 66 332 122 31
Binary 1100 110011 1110110 1011010 111001 0 110110 11011010 1010010 11001

Color Harmonies of #0C3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3376

Black with #0C3376

Text Example


Text Example

White with #0C3376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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