Html Css Color HEX #03128A Dark Blue

📋 copy color: '#03128A'

red 3 ◦ green 18 ◦ blue 138

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

Shades of Dark Blue #03128A

Tints of Dark Blue #03128A

RGB

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

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

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

R = 1.89%
G = 11.32%
B = 86.79%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#03128A (or 0x03128A) is known color: Dark Blue. HEX triplet: 03, 12 and 8A. RGB value is (3,18,138). Sum of RGB (Red+Green+Blue) = 3+18+138=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 138 (54.30% from 255 or 86.79% from 159); Max value from RGB is 138 - color contains mainly: blue. Hex color #03128A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03128A is #FCED75. Grayscale: #1A1A1A. Windows color (decimal): -16575862 or 9048579. OLE color: 9048579.

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

Color convert

RGB 3 18 138 -
CMYK 0.98 0.87 0 0.46
HSL 233.33º 0.96% 0.28% -
HSV(B) 233.33º 0.98% 0.54% -
XYZ 4.84 2.29 24.23 -
YUV 27.2 190.53 110.74 -
System Red Green Blue C M Y K H S L
Decimal 3 18 138 0.98 0.87 0 0.46 233.33 0.96 0.28
Hex 3 12 8A 62 57 0 2E E9 60 1C
Octal 3 22 212 142 127 0 56 351 140 34
Binary 11 10010 10001010 1100010 1010111 0 101110 11101001 1100000 11100

Color Harmonies of #03128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03128A

Black with #03128A

Text Example


Text Example

White with #03128A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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