Html Css Color HEX #011455 Sapphire

📋 copy color: '#011455'

red 1 ◦ green 20 ◦ blue 85

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

Shades of Sapphire #011455

Tints of Sapphire #011455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.87%

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

R = 0.94%
G = 18.87%
B = 80.19%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#011455 (or 0x011455) is known color: Sapphire. HEX triplet: 01, 14 and 55. RGB value is (1,20,85). Sum of RGB (Red+Green+Blue) = 1+20+85=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 85 (33.59% from 255 or 80.19% from 106); Max value from RGB is 85 - color contains mainly: blue. Hex color #011455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011455 is #FEEBAA. Grayscale: #151515. Windows color (decimal): -16706475 or 5575681. OLE color: 5575681.

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

Color convert

RGB 1 20 85 -
CMYK 0.99 0.76 0 0.67
HSL 226.43º 0.98% 0.17% -
HSV(B) 226.43º 0.99% 0.33% -
XYZ 1.9 1.16 8.72 -
YUV 21.73 163.71 113.21 -
System Red Green Blue C M Y K H S L
Decimal 1 20 85 0.99 0.76 0 0.67 226.43 0.98 0.17
Hex 1 14 55 63 4C 0 43 E2 62 11
Octal 1 24 125 143 114 0 103 342 142 21
Binary 1 10100 1010101 1100011 1001100 0 1000011 11100010 1100010 10001

Color Harmonies of #011455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011455

Black with #011455

Text Example


Text Example

White with #011455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011455; }

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

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

background-color css

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

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

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

border-color css

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

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

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