Html Css Color HEX #021289 Dark Blue

📋 copy color: '#021289'

red 2 ◦ green 18 ◦ blue 137

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

Shades of Dark Blue #021289

Tints of Dark Blue #021289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

 BLUE value IS 137 (53.91% from 255) = 87.26%

R = 1.27%
G = 11.46%
B = 87.26%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#021289 (or 0x021289) is known color: Dark Blue. HEX triplet: 02, 12 and 89. RGB value is (2,18,137). Sum of RGB (Red+Green+Blue) = 2+18+137=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 137 (53.91% from 255 or 87.26% from 157); Max value from RGB is 137 - color contains mainly: blue. Hex color #021289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021289 is #FDED76. Grayscale: #1A1A1A. Windows color (decimal): -16641399 or 8983042. OLE color: 8983042.

HSL color Cylindrical-coordinate representation of color #021289: hue angle of 232.89º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021289 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 18 137 -
CMYK 0.99 0.87 0 0.46
HSL 232.89º 0.97% 0.27% -
HSV(B) 232.89º 0.99% 0.54% -
XYZ 4.76 2.25 23.85 -
YUV 26.78 190.2 110.32 -
System Red Green Blue C M Y K H S L
Decimal 2 18 137 0.99 0.87 0 0.46 232.89 0.97 0.27
Hex 2 12 89 63 57 0 2E E9 61 1B
Octal 2 22 211 143 127 0 56 351 141 33
Binary 10 10010 10001001 1100011 1010111 0 101110 11101001 1100001 11011

Color Harmonies of #021289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021289

Black with #021289

Text Example


Text Example

White with #021289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021289; }

 p { color: rgb(2,18,137); }

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

background-color css

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

 a { background-color: rgb(2,18,137); }

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

border-color css

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

 span { border-color: rgb(2,18,137); }

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