Html Css Color HEX #01186E Sapphire

📋 copy color: '#01186E'

red 1 ◦ green 24 ◦ blue 110

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

Shades of Sapphire #01186E

Tints of Sapphire #01186E

RGB

 RED value IS 1 (0.78% from 255) = 0.74%

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

 BLUE value IS 110 (43.36% from 255) = 81.48%

R = 0.74%
G = 17.78%
B = 81.48%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01186E (or 0x01186E) is known color: Sapphire. HEX triplet: 01, 18 and 6E. RGB value is (1,24,110). Sum of RGB (Red+Green+Blue) = 1+24+110=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 110 (43.36% from 255 or 81.48% from 135); Max value from RGB is 110 - color contains mainly: blue. Hex color #01186E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01186E is #FEE791. Grayscale: #1A1A1A. Windows color (decimal): -16705426 or 7215105. OLE color: 7215105.

HSL color Cylindrical-coordinate representation of color #01186E: hue angle of 227.34º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01186E is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 24 110 -
CMYK 0.99 0.78 0 0.57
HSL 227.34º 0.98% 0.22% -
HSV(B) 227.34º 0.99% 0.43% -
XYZ 3.15 1.79 14.93 -
YUV 26.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 1 24 110 0.99 0.78 0 0.57 227.34 0.98 0.22
Hex 1 18 6E 63 4E 0 39 E3 62 16
Octal 1 30 156 143 116 0 71 343 142 26
Binary 1 11000 1101110 1100011 1001110 0 111001 11100011 1100010 10110

Color Harmonies of #01186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01186E

Black with #01186E

Text Example


Text Example

White with #01186E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01186E; }

 p { color: rgb(1,24,110); }

 H1.HeaderClassName
 {
   color: #01186E;
 }
 .AnyTagClassName
 {
   color: #01186E;
 }
</style>

background-color css

<style>
 a { background-color: #01186E; }

 a { background-color: rgb(1,24,110); }

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

border-color css

<style>
 span { border-color: #01186E; }

 span { border-color: rgb(1,24,110); }

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