Html Css Color HEX #04148C Dark Blue

📋 copy color: '#04148C'

red 4 ◦ green 20 ◦ blue 140

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

Shades of Dark Blue #04148C

Tints of Dark Blue #04148C

RGB

 RED value IS 4 (1.95% from 255) = 2.44%

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

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

R = 2.44%
G = 12.2%
B = 85.37%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04148C (or 0x04148C) is known color: Dark Blue. HEX triplet: 04, 14 and 8C. RGB value is (4,20,140). Sum of RGB (Red+Green+Blue) = 4+20+140=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 140 (55.08% from 255 or 85.37% from 164); Max value from RGB is 140 - color contains mainly: blue. Hex color #04148C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04148C is #FBEB73. Grayscale: #1C1C1C. Windows color (decimal): -16509812 or 9180164. OLE color: 9180164.

HSL color Cylindrical-coordinate representation of color #04148C: hue angle of 232.94º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04148C is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 20 140 -
CMYK 0.97 0.86 0 0.45
HSL 232.94º 0.94% 0.28% -
HSV(B) 232.94º 0.97% 0.55% -
XYZ 5.03 2.42 25.01 -
YUV 28.9 190.7 110.24 -
System Red Green Blue C M Y K H S L
Decimal 4 20 140 0.97 0.86 0 0.45 232.94 0.94 0.28
Hex 4 14 8C 61 56 0 2D E9 5E 1C
Octal 4 24 214 141 126 0 55 351 136 34
Binary 100 10100 10001100 1100001 1010110 0 101101 11101001 1011110 11100

Color Harmonies of #04148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04148C

Black with #04148C

Text Example


Text Example

White with #04148C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,20,140); }

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

background-color css

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

 a { background-color: rgb(4,20,140); }

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

border-color css

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

 span { border-color: rgb(4,20,140); }

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