Html Css Color HEX #011655 Sapphire

📋 copy color: '#011655'

red 1 ◦ green 22 ◦ blue 85

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

Shades of Sapphire #011655

Tints of Sapphire #011655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 78.7%

R = 0.93%
G = 20.37%
B = 78.7%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#011655 (or 0x011655) is known color: Sapphire. HEX triplet: 01, 16 and 55. RGB value is (1,22,85). Sum of RGB (Red+Green+Blue) = 1+22+85=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 85 (33.59% from 255 or 78.70% from 108); Max value from RGB is 85 - color contains mainly: blue. Hex color #011655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011655 is #FEE9AA. Grayscale: #161616. Windows color (decimal): -16705963 or 5576193. OLE color: 5576193.

HSL color Cylindrical-coordinate representation of color #011655: hue angle of 225º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011655 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 22 85 -
CMYK 0.99 0.74 0 0.67
HSL 225º 0.98% 0.17% -
HSV(B) 225º 0.99% 0.33% -
XYZ 1.94 1.24 8.73 -
YUV 22.9 163.04 112.38 -
System Red Green Blue C M Y K H S L
Decimal 1 22 85 0.99 0.74 0 0.67 225 0.98 0.17
Hex 1 16 55 63 4A 0 43 E1 62 11
Octal 1 26 125 143 112 0 103 341 142 21
Binary 1 10110 1010101 1100011 1001010 0 1000011 11100001 1100010 10001

Color Harmonies of #011655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011655

Black with #011655

Text Example


Text Example

White with #011655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011655; }

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

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

background-color css

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

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

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

border-color css

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

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

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