Html Css Color HEX #03148D Dark Blue

📋 copy color: '#03148D'

red 3 ◦ green 20 ◦ blue 141

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

Shades of Dark Blue #03148D

Tints of Dark Blue #03148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.2%

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

R = 1.83%
G = 12.2%
B = 85.98%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03148D (or 0x03148D) is known color: Dark Blue. HEX triplet: 03, 14 and 8D. RGB value is (3,20,141). Sum of RGB (Red+Green+Blue) = 3+20+141=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 141 (55.47% from 255 or 85.98% from 164); Max value from RGB is 141 - color contains mainly: blue. Hex color #03148D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03148D is #FCEB72. Grayscale: #1C1C1C. Windows color (decimal): -16575347 or 9245699. OLE color: 9245699.

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

Color convert

RGB 3 20 141 -
CMYK 0.98 0.86 0 0.45
HSL 232.61º 0.96% 0.28% -
HSV(B) 232.61º 0.98% 0.55% -
XYZ 5.1 2.44 25.4 -
YUV 28.71 191.37 109.66 -
System Red Green Blue C M Y K H S L
Decimal 3 20 141 0.98 0.86 0 0.45 232.61 0.96 0.28
Hex 3 14 8D 62 56 0 2D E9 60 1C
Octal 3 24 215 142 126 0 55 351 140 34
Binary 11 10100 10001101 1100010 1010110 0 101101 11101001 1100000 11100

Color Harmonies of #03148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03148D

Black with #03148D

Text Example


Text Example

White with #03148D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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