Html Css Color HEX #021457 Sapphire

📋 copy color: '#021457'

red 2 ◦ green 20 ◦ blue 87

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

Shades of Sapphire #021457

Tints of Sapphire #021457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 79.82%

R = 1.83%
G = 18.35%
B = 79.82%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#021457 (or 0x021457) is known color: Sapphire. HEX triplet: 02, 14 and 57. RGB value is (2,20,87). Sum of RGB (Red+Green+Blue) = 2+20+87=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 87 (34.38% from 255 or 79.82% from 109); Max value from RGB is 87 - color contains mainly: blue. Hex color #021457 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021457 is #FDEBA8. Grayscale: #151515. Windows color (decimal): -16640937 or 5706754. OLE color: 5706754.

HSL color Cylindrical-coordinate representation of color #021457: hue angle of 227.29º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021457 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 20 87 -
CMYK 0.98 0.77 0 0.66
HSL 227.29º 0.96% 0.17% -
HSV(B) 227.29º 0.98% 0.34% -
XYZ 2 1.2 9.14 -
YUV 22.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 2 20 87 0.98 0.77 0 0.66 227.29 0.96 0.17
Hex 2 14 57 62 4D 0 42 E3 60 11
Octal 2 24 127 142 115 0 102 343 140 21
Binary 10 10100 1010111 1100010 1001101 0 1000010 11100011 1100000 10001

Color Harmonies of #021457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021457

Black with #021457

Text Example


Text Example

White with #021457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021457; }

 p { color: rgb(2,20,87); }

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

background-color css

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

 a { background-color: rgb(2,20,87); }

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

border-color css

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

 span { border-color: rgb(2,20,87); }

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