Html Css Color HEX #021291 Dark Blue

📋 copy color: '#021291'

red 2 ◦ green 18 ◦ blue 145

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

Shades of Dark Blue #021291

Tints of Dark Blue #021291

RGB

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

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

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

R = 1.21%
G = 10.91%
B = 87.88%

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

#021291 (or 0x021291) is known color: Dark Blue. HEX triplet: 02, 12 and 91. RGB value is (2,18,145). Sum of RGB (Red+Green+Blue) = 2+18+145=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 145 (57.03% from 255 or 87.88% from 165); Max value from RGB is 145 - color contains mainly: blue. Hex color #021291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021291 is #FDED6E. Grayscale: #1B1B1B. Windows color (decimal): -16641391 or 9507330. OLE color: 9507330.

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

Color convert

RGB 2 18 145 -
CMYK 0.99 0.88 0 0.43
HSL 233.29º 0.97% 0.29% -
HSV(B) 233.29º 0.99% 0.57% -
XYZ 5.35 2.49 26.99 -
YUV 27.69 194.2 109.67 -
System Red Green Blue C M Y K H S L
Decimal 2 18 145 0.99 0.88 0 0.43 233.29 0.97 0.29
Hex 2 12 91 63 58 0 2B E9 61 1D
Octal 2 22 221 143 130 0 53 351 141 35
Binary 10 10010 10010001 1100011 1011000 0 101011 11101001 1100001 11101

Color Harmonies of #021291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021291

Black with #021291

Text Example


Text Example

White with #021291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021291; }

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

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

background-color css

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

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

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

border-color css

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

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

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