Html Css Color HEX #02128A Dark Blue

📋 copy color: '#02128A'

red 2 ◦ green 18 ◦ blue 138

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

Shades of Dark Blue #02128A

Tints of Dark Blue #02128A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 87.34%

R = 1.27%
G = 11.39%
B = 87.34%

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

#02128A (or 0x02128A) is known color: Dark Blue. HEX triplet: 02, 12 and 8A. RGB value is (2,18,138). Sum of RGB (Red+Green+Blue) = 2+18+138=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 138 (54.30% from 255 or 87.34% from 158); Max value from RGB is 138 - color contains mainly: blue. Hex color #02128A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02128A is #FDED75. Grayscale: #1A1A1A. Windows color (decimal): -16641398 or 9048578. OLE color: 9048578.

HSL color Cylindrical-coordinate representation of color #02128A: hue angle of 232.94º 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 #02128A is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 18 138 -
CMYK 0.99 0.87 0 0.46
HSL 232.94º 0.97% 0.27% -
HSV(B) 232.94º 0.99% 0.54% -
XYZ 4.83 2.28 24.23 -
YUV 26.9 190.7 110.24 -
System Red Green Blue C M Y K H S L
Decimal 2 18 138 0.99 0.87 0 0.46 232.94 0.97 0.27
Hex 2 12 8A 63 57 0 2E E9 61 1B
Octal 2 22 212 143 127 0 56 351 141 33
Binary 10 10010 10001010 1100011 1010111 0 101110 11101001 1100001 11011

Color Harmonies of #02128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02128A

Black with #02128A

Text Example


Text Example

White with #02128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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