Html Css Color HEX #0C1756 Sapphire

📋 copy color: '#0C1756'

red 12 ◦ green 23 ◦ blue 86

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

Shades of Sapphire #0C1756

Tints of Sapphire #0C1756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 71.07%

R = 9.92%
G = 19.01%
B = 71.07%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0C1756 (or 0x0C1756) is known color: Sapphire. HEX triplet: 0C, 17 and 56. RGB value is (12,23,86). Sum of RGB (Red+Green+Blue) = 12+23+86=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 86 (33.98% from 255 or 71.07% from 121); Max value from RGB is 86 - color contains mainly: blue. Hex color #0C1756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1756 is #F3E8A9. Grayscale: #1A1A1A. Windows color (decimal): -15984810 or 5641996. OLE color: 5641996.

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

Color convert

RGB 12 23 86 -
CMYK 0.86 0.73 0 0.66
HSL 231.08º 0.76% 0.19% -
HSV(B) 231.08º 0.86% 0.34% -
XYZ 2.14 1.36 8.95 -
YUV 26.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 12 23 86 0.86 0.73 0 0.66 231.08 0.76 0.19
Hex C 17 56 56 49 0 42 E7 4C 13
Octal 14 27 126 126 111 0 102 347 114 23
Binary 1100 10111 1010110 1010110 1001001 0 1000010 11100111 1001100 10011

Color Harmonies of #0C1756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1756

Black with #0C1756

Text Example


Text Example

White with #0C1756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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