Html Css Color HEX #011667 Sapphire

📋 copy color: '#011667'

red 1 ◦ green 22 ◦ blue 103

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

Shades of Sapphire #011667

Tints of Sapphire #011667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 81.75%

R = 0.79%
G = 17.46%
B = 81.75%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011667 (or 0x011667) is known color: Sapphire. HEX triplet: 01, 16 and 67. RGB value is (1,22,103). Sum of RGB (Red+Green+Blue) = 1+22+103=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 103 (40.62% from 255 or 81.75% from 126); Max value from RGB is 103 - color contains mainly: blue. Hex color #011667 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011667 is #FEE998. Grayscale: #181818. Windows color (decimal): -16705945 or 6755841. OLE color: 6755841.

HSL color Cylindrical-coordinate representation of color #011667: hue angle of 227.65º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011667 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 22 103 -
CMYK 0.99 0.79 0 0.60
HSL 227.65º 0.98% 0.2% -
HSV(B) 227.65º 0.99% 0.4% -
XYZ 2.75 1.56 12.99 -
YUV 24.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 1 22 103 0.99 0.79 0 0.60 227.65 0.98 0.2
Hex 1 16 67 63 4F 0 3C E4 62 14
Octal 1 26 147 143 117 0 74 344 142 24
Binary 1 10110 1100111 1100011 1001111 0 111100 11100100 1100010 10100

Color Harmonies of #011667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011667

Black with #011667

Text Example


Text Example

White with #011667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011667; }

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

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

background-color css

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

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

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

border-color css

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

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

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