Html Css Color HEX #02048A Dark Blue

📋 copy color: '#02048A'

red 2 ◦ green 4 ◦ blue 138

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

Shades of Dark Blue #02048A

Tints of Dark Blue #02048A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.78%

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

R = 1.39%
G = 2.78%
B = 95.83%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#02048A (or 0x02048A) is known color: Dark Blue. HEX triplet: 02, 04 and 8A. RGB value is (2,4,138). Sum of RGB (Red+Green+Blue) = 2+4+138=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 138 (54.30% from 255 or 95.83% from 144); Max value from RGB is 138 - color contains mainly: blue. Hex color #02048A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02048A is #FDFB75. Grayscale: #121212. Windows color (decimal): -16644982 or 9044994. OLE color: 9044994.

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

Color convert

RGB 2 4 138 -
CMYK 0.99 0.97 0 0.46
HSL 239.12º 0.97% 0.27% -
HSV(B) 239.12º 0.99% 0.54% -
XYZ 4.66 1.93 24.17 -
YUV 18.68 195.34 116.1 -
System Red Green Blue C M Y K H S L
Decimal 2 4 138 0.99 0.97 0 0.46 239.12 0.97 0.27
Hex 2 4 8A 63 61 0 2E EF 61 1B
Octal 2 4 212 143 141 0 56 357 141 33
Binary 10 100 10001010 1100011 1100001 0 101110 11101111 1100001 11011

Color Harmonies of #02048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02048A

Black with #02048A

Text Example


Text Example

White with #02048A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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