Html Css Color HEX #021469 Sapphire

📋 copy color: '#021469'

red 2 ◦ green 20 ◦ blue 105

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

Shades of Sapphire #021469

Tints of Sapphire #021469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 82.68%

R = 1.57%
G = 15.75%
B = 82.68%

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

#021469 (or 0x021469) is known color: Sapphire. HEX triplet: 02, 14 and 69. RGB value is (2,20,105). Sum of RGB (Red+Green+Blue) = 2+20+105=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 105 (41.41% from 255 or 82.68% from 127); Max value from RGB is 105 - color contains mainly: blue. Hex color #021469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021469 is #FDEB96. Grayscale: #171717. Windows color (decimal): -16640919 or 6886402. OLE color: 6886402.

HSL color Cylindrical-coordinate representation of color #021469: hue angle of 229.51º 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 #021469 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 20 105 -
CMYK 0.98 0.81 0 0.59
HSL 229.51º 0.96% 0.21% -
HSV(B) 229.51º 0.98% 0.41% -
XYZ 2.82 1.53 13.51 -
YUV 24.31 173.54 112.09 -
System Red Green Blue C M Y K H S L
Decimal 2 20 105 0.98 0.81 0 0.59 229.51 0.96 0.21
Hex 2 14 69 62 51 0 3B E6 60 15
Octal 2 24 151 142 121 0 73 346 140 25
Binary 10 10100 1101001 1100010 1010001 0 111011 11100110 1100000 10101

Color Harmonies of #021469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021469

Black with #021469

Text Example


Text Example

White with #021469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021469; }

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

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

background-color css

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

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

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

border-color css

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

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

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