Html Css Color HEX #021465 Sapphire

📋 copy color: '#021465'

red 2 ◦ green 20 ◦ blue 101

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

Shades of Sapphire #021465

Tints of Sapphire #021465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 82.11%

R = 1.63%
G = 16.26%
B = 82.11%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#021465 (or 0x021465) is known color: Sapphire. HEX triplet: 02, 14 and 65. RGB value is (2,20,101). Sum of RGB (Red+Green+Blue) = 2+20+101=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 101 (39.84% from 255 or 82.11% from 123); Max value from RGB is 101 - color contains mainly: blue. Hex color #021465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021465 is #FDEB9A. Grayscale: #171717. Windows color (decimal): -16640923 or 6624258. OLE color: 6624258.

HSL color Cylindrical-coordinate representation of color #021465: hue angle of 229.09º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021465 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 20 101 -
CMYK 0.98 0.80 0 0.60
HSL 229.09º 0.96% 0.2% -
HSV(B) 229.09º 0.98% 0.4% -
XYZ 2.62 1.45 12.45 -
YUV 23.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 2 20 101 0.98 0.80 0 0.60 229.09 0.96 0.2
Hex 2 14 65 62 50 0 3C E5 60 14
Octal 2 24 145 142 120 0 74 345 140 24
Binary 10 10100 1100101 1100010 1010000 0 111100 11100101 1100000 10100

Color Harmonies of #021465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021465

Black with #021465

Text Example


Text Example

White with #021465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021465; }

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

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

background-color css

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

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

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

border-color css

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

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

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