Html Css Color HEX #021460 Sapphire

📋 copy color: '#021460'

red 2 ◦ green 20 ◦ blue 96

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

Shades of Sapphire #021460

Tints of Sapphire #021460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.95%

 BLUE value IS 96 (37.89% from 255) = 81.36%

R = 1.69%
G = 16.95%
B = 81.36%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#021460 (or 0x021460) is known color: Sapphire. HEX triplet: 02, 14 and 60. RGB value is (2,20,96). Sum of RGB (Red+Green+Blue) = 2+20+96=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 96 (37.89% from 255 or 81.36% from 118); Max value from RGB is 96 - color contains mainly: blue. Hex color #021460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021460 is #FDEB9F. Grayscale: #161616. Windows color (decimal): -16640928 or 6296578. OLE color: 6296578.

HSL color Cylindrical-coordinate representation of color #021460: hue angle of 228.51º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021460 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 20 96 -
CMYK 0.98 0.79 0 0.62
HSL 228.51º 0.96% 0.19% -
HSV(B) 228.51º 0.98% 0.38% -
XYZ 2.39 1.36 11.2 -
YUV 23.28 169.04 112.82 -
System Red Green Blue C M Y K H S L
Decimal 2 20 96 0.98 0.79 0 0.62 228.51 0.96 0.19
Hex 2 14 60 62 4F 0 3E E5 60 13
Octal 2 24 140 142 117 0 76 345 140 23
Binary 10 10100 1100000 1100010 1001111 0 111110 11100101 1100000 10011

Color Harmonies of #021460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021460

Black with #021460

Text Example


Text Example

White with #021460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021460; }

 p { color: rgb(2,20,96); }

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

background-color css

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

 a { background-color: rgb(2,20,96); }

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

border-color css

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

 span { border-color: rgb(2,20,96); }

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