Html Css Color HEX #021450 Sapphire

📋 copy color: '#021450'

red 2 ◦ green 20 ◦ blue 80

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

Shades of Sapphire #021450

Tints of Sapphire #021450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 78.43%

R = 1.96%
G = 19.61%
B = 78.43%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#021450 (or 0x021450) is known color: Sapphire. HEX triplet: 02, 14 and 50. RGB value is (2,20,80). Sum of RGB (Red+Green+Blue) = 2+20+80=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 80 (31.64% from 255 or 78.43% from 102); Max value from RGB is 80 - color contains mainly: blue. Hex color #021450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021450 is #FDEBAF. Grayscale: #151515. Windows color (decimal): -16640944 or 5248002. OLE color: 5248002.

HSL color Cylindrical-coordinate representation of color #021450: hue angle of 226.15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021450 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 20 80 -
CMYK 0.98 0.75 0 0.69
HSL 226.15º 0.95% 0.16% -
HSV(B) 226.15º 0.98% 0.31% -
XYZ 1.72 1.09 7.71 -
YUV 21.46 161.04 114.12 -
System Red Green Blue C M Y K H S L
Decimal 2 20 80 0.98 0.75 0 0.69 226.15 0.95 0.16
Hex 2 14 50 62 4B 0 45 E2 5F 10
Octal 2 24 120 142 113 0 105 342 137 20
Binary 10 10100 1010000 1100010 1001011 0 1000101 11100010 1011111 10000

Color Harmonies of #021450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021450

Black with #021450

Text Example


Text Example

White with #021450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021450; }

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

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

background-color css

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

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

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

border-color css

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

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

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