Html Css Color HEX #01166B Sapphire

📋 copy color: '#01166B'

red 1 ◦ green 22 ◦ blue 107

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

Shades of Sapphire #01166B

Tints of Sapphire #01166B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 82.31%

R = 0.77%
G = 16.92%
B = 82.31%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01166B (or 0x01166B) is known color: Sapphire. HEX triplet: 01, 16 and 6B. RGB value is (1,22,107). Sum of RGB (Red+Green+Blue) = 1+22+107=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 107 (42.19% from 255 or 82.31% from 130); Max value from RGB is 107 - color contains mainly: blue. Hex color #01166B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01166B is #FEE994. Grayscale: #191919. Windows color (decimal): -16705941 or 7017985. OLE color: 7017985.

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

Color convert

RGB 1 22 107 -
CMYK 0.99 0.79 0 0.58
HSL 228.11º 0.98% 0.21% -
HSV(B) 228.11º 0.99% 0.42% -
XYZ 2.95 1.64 14.07 -
YUV 25.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 1 22 107 0.99 0.79 0 0.58 228.11 0.98 0.21
Hex 1 16 6B 63 4F 0 3A E4 62 15
Octal 1 26 153 143 117 0 72 344 142 25
Binary 1 10110 1101011 1100011 1001111 0 111010 11100100 1100010 10101

Color Harmonies of #01166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01166B

Black with #01166B

Text Example


Text Example

White with #01166B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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