Html Css Color HEX #011572 Sapphire

📋 copy color: '#011572'

red 1 ◦ green 21 ◦ blue 114

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

Shades of Sapphire #011572

Tints of Sapphire #011572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 83.82%

R = 0.74%
G = 15.44%
B = 83.82%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011572 (or 0x011572) is known color: Sapphire. HEX triplet: 01, 15 and 72. RGB value is (1,21,114). Sum of RGB (Red+Green+Blue) = 1+21+114=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 114 (44.92% from 255 or 83.82% from 136); Max value from RGB is 114 - color contains mainly: blue. Hex color #011572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011572 is #FEEA8D. Grayscale: #191919. Windows color (decimal): -16706190 or 7476481. OLE color: 7476481.

HSL color Cylindrical-coordinate representation of color #011572: hue angle of 229.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011572 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 21 114 -
CMYK 0.99 0.82 0 0.55
HSL 229.38º 0.98% 0.23% -
HSV(B) 229.38º 0.99% 0.45% -
XYZ 3.32 1.76 16.08 -
YUV 25.62 177.87 110.44 -
System Red Green Blue C M Y K H S L
Decimal 1 21 114 0.99 0.82 0 0.55 229.38 0.98 0.23
Hex 1 15 72 63 52 0 37 E5 62 17
Octal 1 25 162 143 122 0 67 345 142 27
Binary 1 10101 1110010 1100011 1010010 0 110111 11100101 1100010 10111

Color Harmonies of #011572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011572

Black with #011572

Text Example


Text Example

White with #011572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011572; }

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

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

background-color css

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

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

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

border-color css

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

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

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