Html Css Color HEX #021091 Dark Blue

📋 copy color: '#021091'

red 2 ◦ green 16 ◦ blue 145

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

Shades of Dark Blue #021091

Tints of Dark Blue #021091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 88.96%

R = 1.23%
G = 9.82%
B = 88.96%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#021091 (or 0x021091) is known color: Dark Blue. HEX triplet: 02, 10 and 91. RGB value is (2,16,145). Sum of RGB (Red+Green+Blue) = 2+16+145=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 145 (57.03% from 255 or 88.96% from 163); Max value from RGB is 145 - color contains mainly: blue. Hex color #021091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021091 is #FDEF6E. Grayscale: #191919. Windows color (decimal): -16641903 or 9506818. OLE color: 9506818.

HSL color Cylindrical-coordinate representation of color #021091: hue angle of 234.13º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021091 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 16 145 -
CMYK 0.99 0.89 0 0.43
HSL 234.13º 0.97% 0.29% -
HSV(B) 234.13º 0.99% 0.57% -
XYZ 5.32 2.43 26.98 -
YUV 26.52 194.86 110.51 -
System Red Green Blue C M Y K H S L
Decimal 2 16 145 0.99 0.89 0 0.43 234.13 0.97 0.29
Hex 2 10 91 63 59 0 2B EA 61 1D
Octal 2 20 221 143 131 0 53 352 141 35
Binary 10 10000 10010001 1100011 1011001 0 101011 11101010 1100001 11101

Color Harmonies of #021091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021091

Black with #021091

Text Example


Text Example

White with #021091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021091; }

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

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

background-color css

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

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

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

border-color css

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

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

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