Html Css Color HEX #03128C Dark Blue

📋 copy color: '#03128C'

red 3 ◦ green 18 ◦ blue 140

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

Shades of Dark Blue #03128C

Tints of Dark Blue #03128C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 86.96%

R = 1.86%
G = 11.18%
B = 86.96%

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

#03128C (or 0x03128C) is known color: Dark Blue. HEX triplet: 03, 12 and 8C. RGB value is (3,18,140). Sum of RGB (Red+Green+Blue) = 3+18+140=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 140 (55.08% from 255 or 86.96% from 161); Max value from RGB is 140 - color contains mainly: blue. Hex color #03128C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03128C is #FCED73. Grayscale: #1A1A1A. Windows color (decimal): -16575860 or 9179651. OLE color: 9179651.

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

Color convert

RGB 3 18 140 -
CMYK 0.98 0.87 0 0.45
HSL 233.43º 0.96% 0.28% -
HSV(B) 233.43º 0.98% 0.55% -
XYZ 4.99 2.35 25 -
YUV 27.42 191.53 110.58 -
System Red Green Blue C M Y K H S L
Decimal 3 18 140 0.98 0.87 0 0.45 233.43 0.96 0.28
Hex 3 12 8C 62 57 0 2D E9 60 1C
Octal 3 22 214 142 127 0 55 351 140 34
Binary 11 10010 10001100 1100010 1010111 0 101101 11101001 1100000 11100

Color Harmonies of #03128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03128C

Black with #03128C

Text Example


Text Example

White with #03128C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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