Html Css Color HEX #03158D Dark Blue

📋 copy color: '#03158D'

red 3 ◦ green 21 ◦ blue 141

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

Shades of Dark Blue #03158D

Tints of Dark Blue #03158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

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

R = 1.82%
G = 12.73%
B = 85.45%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03158D (or 0x03158D) is known color: Dark Blue. HEX triplet: 03, 15 and 8D. RGB value is (3,21,141). Sum of RGB (Red+Green+Blue) = 3+21+141=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 141 (55.47% from 255 or 85.45% from 165); Max value from RGB is 141 - color contains mainly: blue. Hex color #03158D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03158D is #FCEA72. Grayscale: #1C1C1C. Windows color (decimal): -16575091 or 9245955. OLE color: 9245955.

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

Color convert

RGB 3 21 141 -
CMYK 0.98 0.85 0 0.45
HSL 232.17º 0.96% 0.28% -
HSV(B) 232.17º 0.98% 0.55% -
XYZ 5.11 2.48 25.41 -
YUV 29.3 191.04 109.24 -
System Red Green Blue C M Y K H S L
Decimal 3 21 141 0.98 0.85 0 0.45 232.17 0.96 0.28
Hex 3 15 8D 62 55 0 2D E8 60 1C
Octal 3 25 215 142 125 0 55 350 140 34
Binary 11 10101 10001101 1100010 1010101 0 101101 11101000 1100000 11100

Color Harmonies of #03158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03158D

Black with #03158D

Text Example


Text Example

White with #03158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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