Html Css Color HEX #021857 Sapphire

📋 copy color: '#021857'

red 2 ◦ green 24 ◦ blue 87

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

Shades of Sapphire #021857

Tints of Sapphire #021857

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

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

R = 1.77%
G = 21.24%
B = 76.99%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#021857 (or 0x021857) is known color: Sapphire. HEX triplet: 02, 18 and 57. RGB value is (2,24,87). Sum of RGB (Red+Green+Blue) = 2+24+87=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 87 (34.38% from 255 or 76.99% from 113); Max value from RGB is 87 - color contains mainly: blue. Hex color #021857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021857 is #FDE7A8. Grayscale: #181818. Windows color (decimal): -16639913 or 5707778. OLE color: 5707778.

HSL color Cylindrical-coordinate representation of color #021857: hue angle of 224.47º 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 #021857 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 24 87 -
CMYK 0.98 0.72 0 0.66
HSL 224.47º 0.96% 0.17% -
HSV(B) 224.47º 0.98% 0.34% -
XYZ 2.07 1.35 9.17 -
YUV 24.6 163.21 111.88 -
System Red Green Blue C M Y K H S L
Decimal 2 24 87 0.98 0.72 0 0.66 224.47 0.96 0.17
Hex 2 18 57 62 48 0 42 E0 60 11
Octal 2 30 127 142 110 0 102 340 140 21
Binary 10 11000 1010111 1100010 1001000 0 1000010 11100000 1100000 10001

Color Harmonies of #021857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021857

Black with #021857

Text Example


Text Example

White with #021857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021857; }

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

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

background-color css

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

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

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

border-color css

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

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

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