Html Css Color HEX #01176E Sapphire

📋 copy color: '#01176E'

red 1 ◦ green 23 ◦ blue 110

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

Shades of Sapphire #01176E

Tints of Sapphire #01176E

RGB

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

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

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

R = 0.75%
G = 17.16%
B = 82.09%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01176E (or 0x01176E) is known color: Sapphire. HEX triplet: 01, 17 and 6E. RGB value is (1,23,110). Sum of RGB (Red+Green+Blue) = 1+23+110=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 110 (43.36% from 255 or 82.09% from 134); Max value from RGB is 110 - color contains mainly: blue. Hex color #01176E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01176E is #FEE891. Grayscale: #191919. Windows color (decimal): -16705682 or 7214849. OLE color: 7214849.

HSL color Cylindrical-coordinate representation of color #01176E: hue angle of 227.89º 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 #01176E is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 23 110 -
CMYK 0.99 0.79 0 0.57
HSL 227.89º 0.98% 0.22% -
HSV(B) 227.89º 0.99% 0.43% -
XYZ 3.13 1.75 14.92 -
YUV 26.34 175.21 109.93 -
System Red Green Blue C M Y K H S L
Decimal 1 23 110 0.99 0.79 0 0.57 227.89 0.98 0.22
Hex 1 17 6E 63 4F 0 39 E4 62 16
Octal 1 27 156 143 117 0 71 344 142 26
Binary 1 10111 1101110 1100011 1001111 0 111001 11100100 1100010 10110

Color Harmonies of #01176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01176E

Black with #01176E

Text Example


Text Example

White with #01176E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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