Html Css Color HEX #021569 Sapphire

📋 copy color: '#021569'

red 2 ◦ green 21 ◦ blue 105

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

Shades of Sapphire #021569

Tints of Sapphire #021569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.41%

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

R = 1.56%
G = 16.41%
B = 82.03%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#021569 (or 0x021569) is known color: Sapphire. HEX triplet: 02, 15 and 69. RGB value is (2,21,105). Sum of RGB (Red+Green+Blue) = 2+21+105=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 105 (41.41% from 255 or 82.03% from 128); Max value from RGB is 105 - color contains mainly: blue. Hex color #021569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021569 is #FDEA96. Grayscale: #181818. Windows color (decimal): -16640663 or 6886658. OLE color: 6886658.

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

Color convert

RGB 2 21 105 -
CMYK 0.98 0.80 0 0.59
HSL 228.93º 0.96% 0.21% -
HSV(B) 228.93º 0.98% 0.41% -
XYZ 2.84 1.57 13.52 -
YUV 24.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 2 21 105 0.98 0.80 0 0.59 228.93 0.96 0.21
Hex 2 15 69 62 50 0 3B E5 60 15
Octal 2 25 151 142 120 0 73 345 140 25
Binary 10 10101 1101001 1100010 1010000 0 111011 11100101 1100000 10101

Color Harmonies of #021569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021569

Black with #021569

Text Example


Text Example

White with #021569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021569; }

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

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

background-color css

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

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

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

border-color css

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

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

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