Html Css Color HEX #021069 Sapphire

📋 copy color: '#021069'

red 2 ◦ green 16 ◦ blue 105

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

Shades of Sapphire #021069

Tints of Sapphire #021069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.01%

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

R = 1.63%
G = 13.01%
B = 85.37%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#021069 (or 0x021069) is known color: Sapphire. HEX triplet: 02, 10 and 69. RGB value is (2,16,105). Sum of RGB (Red+Green+Blue) = 2+16+105=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 105 (41.41% from 255 or 85.37% from 123); Max value from RGB is 105 - color contains mainly: blue. Hex color #021069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021069 is #FDEF96. Grayscale: #151515. Windows color (decimal): -16641943 or 6885378. OLE color: 6885378.

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

Color convert

RGB 2 16 105 -
CMYK 0.98 0.85 0 0.59
HSL 231.84º 0.96% 0.21% -
HSV(B) 231.84º 0.98% 0.41% -
XYZ 2.76 1.4 13.49 -
YUV 21.96 174.86 113.76 -
System Red Green Blue C M Y K H S L
Decimal 2 16 105 0.98 0.85 0 0.59 231.84 0.96 0.21
Hex 2 10 69 62 55 0 3B E8 60 15
Octal 2 20 151 142 125 0 73 350 140 25
Binary 10 10000 1101001 1100010 1010101 0 111011 11101000 1100000 10101

Color Harmonies of #021069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021069

Black with #021069

Text Example


Text Example

White with #021069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021069; }

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

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

background-color css

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

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

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

border-color css

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

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

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