Html Css Color HEX #0C1962 Sapphire

📋 copy color: '#0C1962'

red 12 ◦ green 25 ◦ blue 98

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

Shades of Sapphire #0C1962

Tints of Sapphire #0C1962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.52%

 BLUE value IS 98 (38.67% from 255) = 72.59%

R = 8.89%
G = 18.52%
B = 72.59%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C1962 (or 0x0C1962) is known color: Sapphire. HEX triplet: 0C, 19 and 62. RGB value is (12,25,98). Sum of RGB (Red+Green+Blue) = 12+25+98=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #0C1962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1962 is #F3E69D. Grayscale: #1D1D1D. Windows color (decimal): -15984286 or 6428940. OLE color: 6428940.

HSL color Cylindrical-coordinate representation of color #0C1962: hue angle of 230.93º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C1962 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 25 98 -
CMYK 0.88 0.74 0 0.62
HSL 230.93º 0.78% 0.22% -
HSV(B) 230.93º 0.88% 0.38% -
XYZ 2.7 1.66 11.73 -
YUV 29.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 12 25 98 0.88 0.74 0 0.62 230.93 0.78 0.22
Hex C 19 62 58 4A 0 3E E7 4E 16
Octal 14 31 142 130 112 0 76 347 116 26
Binary 1100 11001 1100010 1011000 1001010 0 111110 11100111 1001110 10110

Color Harmonies of #0C1962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1962

Black with #0C1962

Text Example


Text Example

White with #0C1962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,25,98); }

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

background-color css

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

 a { background-color: rgb(12,25,98); }

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

border-color css

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

 span { border-color: rgb(12,25,98); }

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