Html Css Color HEX #011555 Sapphire

📋 copy color: '#011555'

red 1 ◦ green 21 ◦ blue 85

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

Shades of Sapphire #011555

Tints of Sapphire #011555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.63%

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

R = 0.93%
G = 19.63%
B = 79.44%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#011555 (or 0x011555) is known color: Sapphire. HEX triplet: 01, 15 and 55. RGB value is (1,21,85). Sum of RGB (Red+Green+Blue) = 1+21+85=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 85 (33.59% from 255 or 79.44% from 107); Max value from RGB is 85 - color contains mainly: blue. Hex color #011555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011555 is #FEEAAA. Grayscale: #161616. Windows color (decimal): -16706219 or 5575937. OLE color: 5575937.

HSL color Cylindrical-coordinate representation of color #011555: hue angle of 225.71º 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 #011555 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 21 85 -
CMYK 0.99 0.75 0 0.67
HSL 225.71º 0.98% 0.17% -
HSV(B) 225.71º 0.99% 0.33% -
XYZ 1.92 1.2 8.72 -
YUV 22.32 163.37 112.8 -
System Red Green Blue C M Y K H S L
Decimal 1 21 85 0.99 0.75 0 0.67 225.71 0.98 0.17
Hex 1 15 55 63 4B 0 43 E2 62 11
Octal 1 25 125 143 113 0 103 342 142 21
Binary 1 10101 1010101 1100011 1001011 0 1000011 11100010 1100010 10001

Color Harmonies of #011555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011555

Black with #011555

Text Example


Text Example

White with #011555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011555; }

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

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

background-color css

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

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

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

border-color css

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

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

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