Html Css Color HEX #021858 Sapphire

📋 copy color: '#021858'

red 2 ◦ green 24 ◦ blue 88

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

Shades of Sapphire #021858

Tints of Sapphire #021858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 77.19%

R = 1.75%
G = 21.05%
B = 77.19%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#021858 (or 0x021858) is known color: Sapphire. HEX triplet: 02, 18 and 58. RGB value is (2,24,88). Sum of RGB (Red+Green+Blue) = 2+24+88=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 88 (34.77% from 255 or 77.19% from 114); Max value from RGB is 88 - color contains mainly: blue. Hex color #021858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021858 is #FDE7A7. Grayscale: #181818. Windows color (decimal): -16639912 or 5773314. OLE color: 5773314.

HSL color Cylindrical-coordinate representation of color #021858: hue angle of 224.65º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021858 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 24 88 -
CMYK 0.98 0.73 0 0.65
HSL 224.65º 0.96% 0.18% -
HSV(B) 224.65º 0.98% 0.35% -
XYZ 2.11 1.37 9.39 -
YUV 24.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 2 24 88 0.98 0.73 0 0.65 224.65 0.96 0.18
Hex 2 18 58 62 49 0 41 E1 60 12
Octal 2 30 130 142 111 0 101 341 140 22
Binary 10 11000 1011000 1100010 1001001 0 1000001 11100001 1100000 10010

Color Harmonies of #021858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021858

Black with #021858

Text Example


Text Example

White with #021858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021858; }

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

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

background-color css

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

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

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

border-color css

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

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

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