Html Css Color HEX #021958 Sapphire

📋 copy color: '#021958'

red 2 ◦ green 25 ◦ blue 88

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

Shades of Sapphire #021958

Tints of Sapphire #021958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.74%

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

R = 1.74%
G = 21.74%
B = 76.52%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#021958 (or 0x021958) is known color: Sapphire. HEX triplet: 02, 19 and 58. RGB value is (2,25,88). Sum of RGB (Red+Green+Blue) = 2+25+88=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 88 (34.77% from 255 or 76.52% from 115); Max value from RGB is 88 - color contains mainly: blue. Hex color #021958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021958 is #FDE6A7. Grayscale: #191919. Windows color (decimal): -16639656 or 5773570. OLE color: 5773570.

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

Color convert

RGB 2 25 88 -
CMYK 0.98 0.72 0 0.65
HSL 223.95º 0.96% 0.18% -
HSV(B) 223.95º 0.98% 0.35% -
XYZ 2.13 1.41 9.39 -
YUV 25.31 163.38 111.38 -
System Red Green Blue C M Y K H S L
Decimal 2 25 88 0.98 0.72 0 0.65 223.95 0.96 0.18
Hex 2 19 58 62 48 0 41 E0 60 12
Octal 2 31 130 142 110 0 101 340 140 22
Binary 10 11001 1011000 1100010 1001000 0 1000001 11100000 1100000 10010

Color Harmonies of #021958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021958

Black with #021958

Text Example


Text Example

White with #021958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021958; }

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

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

background-color css

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

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

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

border-color css

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

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

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