Html Css Color HEX #021A8D Dark Blue

📋 copy color: '#021A8D'

red 2 ◦ green 26 ◦ blue 141

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

Shades of Dark Blue #021A8D

Tints of Dark Blue #021A8D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.38%

 BLUE value IS 141 (55.47% from 255) = 83.43%

R = 1.18%
G = 15.38%
B = 83.43%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#021A8D (or 0x021A8D) is known color: Dark Blue. HEX triplet: 02, 1A and 8D. RGB value is (2,26,141). Sum of RGB (Red+Green+Blue) = 2+26+141=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 141 (55.47% from 255 or 83.43% from 169); Max value from RGB is 141 - color contains mainly: blue. Hex color #021A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021A8D is #FDE572. Grayscale: #1F1F1F. Windows color (decimal): -16639347 or 9247234. OLE color: 9247234.

HSL color Cylindrical-coordinate representation of color #021A8D: hue angle of 229.64º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021A8D is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 26 141 -
CMYK 0.99 0.82 0 0.45
HSL 229.64º 0.97% 0.28% -
HSV(B) 229.64º 0.99% 0.55% -
XYZ 5.2 2.67 25.44 -
YUV 31.93 189.55 106.65 -
System Red Green Blue C M Y K H S L
Decimal 2 26 141 0.99 0.82 0 0.45 229.64 0.97 0.28
Hex 2 1A 8D 63 52 0 2D E6 61 1C
Octal 2 32 215 143 122 0 55 346 141 34
Binary 10 11010 10001101 1100011 1010010 0 101101 11100110 1100001 11100

Color Harmonies of #021A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A8D

Black with #021A8D

Text Example


Text Example

White with #021A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021A8D; }

 p { color: rgb(2,26,141); }

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

background-color css

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

 a { background-color: rgb(2,26,141); }

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

border-color css

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

 span { border-color: rgb(2,26,141); }

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