Html Css Color HEX #03128B Dark Blue

📋 copy color: '#03128B'

red 3 ◦ green 18 ◦ blue 139

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

Shades of Dark Blue #03128B

Tints of Dark Blue #03128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 86.88%

R = 1.88%
G = 11.25%
B = 86.88%

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

#03128B (or 0x03128B) is known color: Dark Blue. HEX triplet: 03, 12 and 8B. RGB value is (3,18,139). Sum of RGB (Red+Green+Blue) = 3+18+139=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 139 (54.69% from 255 or 86.88% from 160); Max value from RGB is 139 - color contains mainly: blue. Hex color #03128B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03128B is #FCED74. Grayscale: #1A1A1A. Windows color (decimal): -16575861 or 9114115. OLE color: 9114115.

HSL color Cylindrical-coordinate representation of color #03128B: hue angle of 233.38º 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 #03128B is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 18 139 -
CMYK 0.98 0.87 0 0.45
HSL 233.38º 0.96% 0.28% -
HSV(B) 233.38º 0.98% 0.55% -
XYZ 4.91 2.32 24.61 -
YUV 27.31 191.03 110.66 -
System Red Green Blue C M Y K H S L
Decimal 3 18 139 0.98 0.87 0 0.45 233.38 0.96 0.28
Hex 3 12 8B 62 57 0 2D E9 60 1C
Octal 3 22 213 142 127 0 55 351 140 34
Binary 11 10010 10001011 1100010 1010111 0 101101 11101001 1100000 11100

Color Harmonies of #03128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03128B

Black with #03128B

Text Example


Text Example

White with #03128B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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