Html Css Color HEX #021468 Sapphire

📋 copy color: '#021468'

red 2 ◦ green 20 ◦ blue 104

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

Shades of Sapphire #021468

Tints of Sapphire #021468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 82.54%

R = 1.59%
G = 15.87%
B = 82.54%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#021468 (or 0x021468) is known color: Sapphire. HEX triplet: 02, 14 and 68. RGB value is (2,20,104). Sum of RGB (Red+Green+Blue) = 2+20+104=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 104 (41.02% from 255 or 82.54% from 126); Max value from RGB is 104 - color contains mainly: blue. Hex color #021468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021468 is #FDEB97. Grayscale: #171717. Windows color (decimal): -16640920 or 6820866. OLE color: 6820866.

HSL color Cylindrical-coordinate representation of color #021468: hue angle of 229.41º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021468 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 20 104 -
CMYK 0.98 0.81 0 0.59
HSL 229.41º 0.96% 0.21% -
HSV(B) 229.41º 0.98% 0.41% -
XYZ 2.77 1.51 13.24 -
YUV 24.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 2 20 104 0.98 0.81 0 0.59 229.41 0.96 0.21
Hex 2 14 68 62 51 0 3B E5 60 15
Octal 2 24 150 142 121 0 73 345 140 25
Binary 10 10100 1101000 1100010 1010001 0 111011 11100101 1100000 10101

Color Harmonies of #021468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021468

Black with #021468

Text Example


Text Example

White with #021468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021468; }

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

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

background-color css

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

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

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

border-color css

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

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

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