Html Css Color HEX #021C5A Sapphire

📋 copy color: '#021C5A'

red 2 ◦ green 28 ◦ blue 90

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

Shades of Sapphire #021C5A

Tints of Sapphire #021C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 75%

R = 1.67%
G = 23.33%
B = 75%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#021C5A (or 0x021C5A) is known color: Sapphire. HEX triplet: 02, 1C and 5A. RGB value is (2,28,90). Sum of RGB (Red+Green+Blue) = 2+28+90=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 90 (35.55% from 255 or 75% from 120); Max value from RGB is 90 - color contains mainly: blue. Hex color #021C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C5A is #FDE3A5. Grayscale: #1B1B1B. Windows color (decimal): -16638886 or 5905410. OLE color: 5905410.

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

Color convert

RGB 2 28 90 -
CMYK 0.98 0.69 0 0.65
HSL 222.27º 0.96% 0.18% -
HSV(B) 222.27º 0.98% 0.35% -
XYZ 2.29 1.58 9.86 -
YUV 27.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 2 28 90 0.98 0.69 0 0.65 222.27 0.96 0.18
Hex 2 1C 5A 62 45 0 41 DE 60 12
Octal 2 34 132 142 105 0 101 336 140 22
Binary 10 11100 1011010 1100010 1000101 0 1000001 11011110 1100000 10010

Color Harmonies of #021C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C5A

Black with #021C5A

Text Example


Text Example

White with #021C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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