Html Css Color HEX #021192 Dark Blue

📋 copy color: '#021192'

red 2 ◦ green 17 ◦ blue 146

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

Shades of Dark Blue #021192

Tints of Dark Blue #021192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.3%

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

R = 1.21%
G = 10.3%
B = 88.48%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#021192 (or 0x021192) is known color: Dark Blue. HEX triplet: 02, 11 and 92. RGB value is (2,17,146). Sum of RGB (Red+Green+Blue) = 2+17+146=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 146 (57.42% from 255 or 88.48% from 165); Max value from RGB is 146 - color contains mainly: blue. Hex color #021192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021192 is #FDEE6D. Grayscale: #1A1A1A. Windows color (decimal): -16641646 or 9572610. OLE color: 9572610.

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

Color convert

RGB 2 17 146 -
CMYK 0.99 0.88 0 0.43
HSL 233.75º 0.97% 0.29% -
HSV(B) 233.75º 0.99% 0.57% -
XYZ 5.41 2.49 27.39 -
YUV 27.22 195.03 110.01 -
System Red Green Blue C M Y K H S L
Decimal 2 17 146 0.99 0.88 0 0.43 233.75 0.97 0.29
Hex 2 11 92 63 58 0 2B EA 61 1D
Octal 2 21 222 143 130 0 53 352 141 35
Binary 10 10001 10010010 1100011 1011000 0 101011 11101010 1100001 11101

Color Harmonies of #021192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021192

Black with #021192

Text Example


Text Example

White with #021192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021192; }

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

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

background-color css

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

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

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

border-color css

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

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

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