Html Css Color HEX #0C1759 Sapphire

📋 copy color: '#0C1759'

red 12 ◦ green 23 ◦ blue 89

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

Shades of Sapphire #0C1759

Tints of Sapphire #0C1759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.55%

 BLUE value IS 89 (35.16% from 255) = 71.77%

R = 9.68%
G = 18.55%
B = 71.77%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0C1759 (or 0x0C1759) is known color: Sapphire. HEX triplet: 0C, 17 and 59. RGB value is (12,23,89). Sum of RGB (Red+Green+Blue) = 12+23+89=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #0C1759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1759 is #F3E8A6. Grayscale: #1A1A1A. Windows color (decimal): -15984807 or 5838604. OLE color: 5838604.

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

Color convert

RGB 12 23 89 -
CMYK 0.87 0.74 0 0.65
HSL 231.43º 0.76% 0.2% -
HSV(B) 231.43º 0.87% 0.35% -
XYZ 2.26 1.41 9.6 -
YUV 27.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 12 23 89 0.87 0.74 0 0.65 231.43 0.76 0.2
Hex C 17 59 57 4A 0 41 E7 4C 14
Octal 14 27 131 127 112 0 101 347 114 24
Binary 1100 10111 1011001 1010111 1001010 0 1000001 11100111 1001100 10100

Color Harmonies of #0C1759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1759

Black with #0C1759

Text Example


Text Example

White with #0C1759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,23,89); }

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

background-color css

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

 a { background-color: rgb(12,23,89); }

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

border-color css

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

 span { border-color: rgb(12,23,89); }

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