Html Css Color HEX #021792 Dark Blue

📋 copy color: '#021792'

red 2 ◦ green 23 ◦ blue 146

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

Shades of Dark Blue #021792

Tints of Dark Blue #021792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

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

R = 1.17%
G = 13.45%
B = 85.38%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#021792 (or 0x021792) is known color: Dark Blue. HEX triplet: 02, 17 and 92. RGB value is (2,23,146). Sum of RGB (Red+Green+Blue) = 2+23+146=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 146 (57.42% from 255 or 85.38% from 171); Max value from RGB is 146 - color contains mainly: blue. Hex color #021792 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021792 is #FDE86D. Grayscale: #1E1E1E. Windows color (decimal): -16640110 or 9574146. OLE color: 9574146.

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

Color convert

RGB 2 23 146 -
CMYK 0.99 0.84 0 0.43
HSL 231.25º 0.97% 0.29% -
HSV(B) 231.25º 0.99% 0.57% -
XYZ 5.52 2.7 27.42 -
YUV 30.74 193.04 107.5 -
System Red Green Blue C M Y K H S L
Decimal 2 23 146 0.99 0.84 0 0.43 231.25 0.97 0.29
Hex 2 17 92 63 54 0 2B E7 61 1D
Octal 2 27 222 143 124 0 53 347 141 35
Binary 10 10111 10010010 1100011 1010100 0 101011 11100111 1100001 11101

Color Harmonies of #021792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021792

Black with #021792

Text Example


Text Example

White with #021792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021792; }

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

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

background-color css

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

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

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

border-color css

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

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

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