Html Css Color HEX #021358 Sapphire

📋 copy color: '#021358'

red 2 ◦ green 19 ◦ blue 88

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

Shades of Sapphire #021358

Tints of Sapphire #021358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.43%

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

R = 1.83%
G = 17.43%
B = 80.73%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#021358 (or 0x021358) is known color: Sapphire. HEX triplet: 02, 13 and 58. RGB value is (2,19,88). Sum of RGB (Red+Green+Blue) = 2+19+88=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 88 (34.77% from 255 or 80.73% from 109); Max value from RGB is 88 - color contains mainly: blue. Hex color #021358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021358 is #FDECA7. Grayscale: #151515. Windows color (decimal): -16641192 or 5772034. OLE color: 5772034.

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

Color convert

RGB 2 19 88 -
CMYK 0.98 0.78 0 0.65
HSL 228.14º 0.96% 0.18% -
HSV(B) 228.14º 0.98% 0.35% -
XYZ 2.02 1.18 9.35 -
YUV 21.78 165.37 113.89 -
System Red Green Blue C M Y K H S L
Decimal 2 19 88 0.98 0.78 0 0.65 228.14 0.96 0.18
Hex 2 13 58 62 4E 0 41 E4 60 12
Octal 2 23 130 142 116 0 101 344 140 22
Binary 10 10011 1011000 1100010 1001110 0 1000001 11100100 1100000 10010

Color Harmonies of #021358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021358

Black with #021358

Text Example


Text Example

White with #021358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021358; }

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

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

background-color css

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

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

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

border-color css

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

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

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