Html Css Color HEX #021C5F Sapphire

📋 copy color: '#021C5F'

red 2 ◦ green 28 ◦ blue 95

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

Shades of Sapphire #021C5F

Tints of Sapphire #021C5F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.4%

 BLUE value IS 95 (37.5% from 255) = 76%

R = 1.6%
G = 22.4%
B = 76%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#021C5F (or 0x021C5F) is known color: Sapphire. HEX triplet: 02, 1C and 5F. RGB value is (2,28,95). Sum of RGB (Red+Green+Blue) = 2+28+95=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 95 (37.5% from 255 or 76% from 125); Max value from RGB is 95 - color contains mainly: blue. Hex color #021C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C5F is #FDE3A0. Grayscale: #1B1B1B. Windows color (decimal): -16638881 or 6233090. OLE color: 6233090.

HSL color Cylindrical-coordinate representation of color #021C5F: hue angle of 223.23º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C5F is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 28 95 -
CMYK 0.98 0.71 0 0.63
HSL 223.23º 0.96% 0.19% -
HSV(B) 223.23º 0.98% 0.37% -
XYZ 2.51 1.67 11.02 -
YUV 27.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 2 28 95 0.98 0.71 0 0.63 223.23 0.96 0.19
Hex 2 1C 5F 62 47 0 3F DF 60 13
Octal 2 34 137 142 107 0 77 337 140 23
Binary 10 11100 1011111 1100010 1000111 0 111111 11011111 1100000 10011

Color Harmonies of #021C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C5F

Black with #021C5F

Text Example


Text Example

White with #021C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021C5F; }

 p { color: rgb(2,28,95); }

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

background-color css

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

 a { background-color: rgb(2,28,95); }

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

border-color css

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

 span { border-color: rgb(2,28,95); }

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