Html Css Color HEX #0C1858 Sapphire

📋 copy color: '#0C1858'

red 12 ◦ green 24 ◦ blue 88

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

Shades of Sapphire #0C1858

Tints of Sapphire #0C1858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.35%

 BLUE value IS 88 (34.77% from 255) = 70.97%

R = 9.68%
G = 19.35%
B = 70.97%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0C1858 (or 0x0C1858) is known color: Sapphire. HEX triplet: 0C, 18 and 58. RGB value is (12,24,88). Sum of RGB (Red+Green+Blue) = 12+24+88=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 88 (34.77% from 255 or 70.97% from 124); Max value from RGB is 88 - color contains mainly: blue. Hex color #0C1858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1858 is #F3E7A7. Grayscale: #1B1B1B. Windows color (decimal): -15984552 or 5773324. OLE color: 5773324.

HSL color Cylindrical-coordinate representation of color #0C1858: hue angle of 230.53º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C1858 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 24 88 -
CMYK 0.86 0.73 0 0.65
HSL 230.53º 0.76% 0.2% -
HSV(B) 230.53º 0.86% 0.35% -
XYZ 2.24 1.44 9.39 -
YUV 27.71 162.02 116.8 -
System Red Green Blue C M Y K H S L
Decimal 12 24 88 0.86 0.73 0 0.65 230.53 0.76 0.2
Hex C 18 58 56 49 0 41 E7 4C 14
Octal 14 30 130 126 111 0 101 347 114 24
Binary 1100 11000 1011000 1010110 1001001 0 1000001 11100111 1001100 10100

Color Harmonies of #0C1858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1858

Black with #0C1858

Text Example


Text Example

White with #0C1858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,24,88); }

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

background-color css

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

 a { background-color: rgb(12,24,88); }

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

border-color css

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

 span { border-color: rgb(12,24,88); }

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