Html Css Color HEX #01166C Sapphire

📋 copy color: '#01166C'

red 1 ◦ green 22 ◦ blue 108

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

Shades of Sapphire #01166C

Tints of Sapphire #01166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.79%

 BLUE value IS 108 (42.58% from 255) = 82.44%

R = 0.76%
G = 16.79%
B = 82.44%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01166C (or 0x01166C) is known color: Sapphire. HEX triplet: 01, 16 and 6C. RGB value is (1,22,108). Sum of RGB (Red+Green+Blue) = 1+22+108=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 108 (42.58% from 255 or 82.44% from 131); Max value from RGB is 108 - color contains mainly: blue. Hex color #01166C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01166C is #FEE993. Grayscale: #191919. Windows color (decimal): -16705940 or 7083521. OLE color: 7083521.

HSL color Cylindrical-coordinate representation of color #01166C: hue angle of 228.22º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01166C is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 22 108 -
CMYK 0.99 0.80 0 0.58
HSL 228.22º 0.98% 0.21% -
HSV(B) 228.22º 0.99% 0.42% -
XYZ 3.01 1.66 14.35 -
YUV 25.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 1 22 108 0.99 0.80 0 0.58 228.22 0.98 0.21
Hex 1 16 6C 63 50 0 3A E4 62 15
Octal 1 26 154 143 120 0 72 344 142 25
Binary 1 10110 1101100 1100011 1010000 0 111010 11100100 1100010 10101

Color Harmonies of #01166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01166C

Black with #01166C

Text Example


Text Example

White with #01166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01166C; }

 p { color: rgb(1,22,108); }

 H1.HeaderClassName
 {
   color: #01166C;
 }
 .AnyTagClassName
 {
   color: #01166C;
 }
</style>

background-color css

<style>
 a { background-color: #01166C; }

 a { background-color: rgb(1,22,108); }

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

border-color css

<style>
 span { border-color: #01166C; }

 span { border-color: rgb(1,22,108); }

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