Html Css Color HEX #03128D Dark Blue

📋 copy color: '#03128D'

red 3 ◦ green 18 ◦ blue 141

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

Shades of Dark Blue #03128D

Tints of Dark Blue #03128D

RGB

 RED value IS 3 (1.56% from 255) = 1.85%

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

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

R = 1.85%
G = 11.11%
B = 87.04%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03128D (or 0x03128D) is known color: Dark Blue. HEX triplet: 03, 12 and 8D. RGB value is (3,18,141). Sum of RGB (Red+Green+Blue) = 3+18+141=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 141 (55.47% from 255 or 87.04% from 162); Max value from RGB is 141 - color contains mainly: blue. Hex color #03128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03128D is #FCED72. Grayscale: #1B1B1B. Windows color (decimal): -16575859 or 9245187. OLE color: 9245187.

HSL color Cylindrical-coordinate representation of color #03128D: hue angle of 233.48º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03128D is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 18 141 -
CMYK 0.98 0.87 0 0.45
HSL 233.48º 0.96% 0.28% -
HSV(B) 233.48º 0.98% 0.55% -
XYZ 5.06 2.38 25.39 -
YUV 27.54 192.03 110.5 -
System Red Green Blue C M Y K H S L
Decimal 3 18 141 0.98 0.87 0 0.45 233.48 0.96 0.28
Hex 3 12 8D 62 57 0 2D E9 60 1C
Octal 3 22 215 142 127 0 55 351 140 34
Binary 11 10010 10001101 1100010 1010111 0 101101 11101001 1100000 11100

Color Harmonies of #03128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03128D

Black with #03128D

Text Example


Text Example

White with #03128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03128D; }

 p { color: rgb(3,18,141); }

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

background-color css

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

 a { background-color: rgb(3,18,141); }

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

border-color css

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

 span { border-color: rgb(3,18,141); }

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