Html Css Color HEX #021572 Sapphire

📋 copy color: '#021572'

red 2 ◦ green 21 ◦ blue 114

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

Shades of Sapphire #021572

Tints of Sapphire #021572

RGB

 RED value IS 2 (1.17% from 255) = 1.46%

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

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

R = 1.46%
G = 15.33%
B = 83.21%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021572 (or 0x021572) is known color: Sapphire. HEX triplet: 02, 15 and 72. RGB value is (2,21,114). Sum of RGB (Red+Green+Blue) = 2+21+114=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 114 (44.92% from 255 or 83.21% from 137); Max value from RGB is 114 - color contains mainly: blue. Hex color #021572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021572 is #FDEA8D. Grayscale: #191919. Windows color (decimal): -16640654 or 7476482. OLE color: 7476482.

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

Color convert

RGB 2 21 114 -
CMYK 0.98 0.82 0 0.55
HSL 229.82º 0.97% 0.23% -
HSV(B) 229.82º 0.98% 0.45% -
XYZ 3.33 1.76 16.08 -
YUV 25.92 177.71 110.94 -
System Red Green Blue C M Y K H S L
Decimal 2 21 114 0.98 0.82 0 0.55 229.82 0.97 0.23
Hex 2 15 72 62 52 0 37 E6 61 17
Octal 2 25 162 142 122 0 67 346 141 27
Binary 10 10101 1110010 1100010 1010010 0 110111 11100110 1100001 10111

Color Harmonies of #021572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021572

Black with #021572

Text Example


Text Example

White with #021572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021572; }

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

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

background-color css

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

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

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

border-color css

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

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

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