Html Css Color HEX #021592 Dark Blue

📋 copy color: '#021592'

red 2 ◦ green 21 ◦ blue 146

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

Shades of Dark Blue #021592

Tints of Dark Blue #021592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 86.39%

R = 1.18%
G = 12.43%
B = 86.39%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#021592 (or 0x021592) is known color: Dark Blue. HEX triplet: 02, 15 and 92. RGB value is (2,21,146). Sum of RGB (Red+Green+Blue) = 2+21+146=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 146 (57.42% from 255 or 86.39% from 169); Max value from RGB is 146 - color contains mainly: blue. Hex color #021592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021592 is #FDEA6D. Grayscale: #1D1D1D. Windows color (decimal): -16640622 or 9573634. OLE color: 9573634.

HSL color Cylindrical-coordinate representation of color #021592: hue angle of 232.08º 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 #021592 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 21 146 -
CMYK 0.99 0.86 0 0.43
HSL 232.08º 0.97% 0.29% -
HSV(B) 232.08º 0.99% 0.57% -
XYZ 5.48 2.62 27.41 -
YUV 29.57 193.71 108.34 -
System Red Green Blue C M Y K H S L
Decimal 2 21 146 0.99 0.86 0 0.43 232.08 0.97 0.29
Hex 2 15 92 63 56 0 2B E8 61 1D
Octal 2 25 222 143 126 0 53 350 141 35
Binary 10 10101 10010010 1100011 1010110 0 101011 11101000 1100001 11101

Color Harmonies of #021592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021592

Black with #021592

Text Example


Text Example

White with #021592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021592; }

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

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

background-color css

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

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

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

border-color css

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

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

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