Html Css Color HEX #04138B Dark Blue

📋 copy color: '#04138B'

red 4 ◦ green 19 ◦ blue 139

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

Shades of Dark Blue #04138B

Tints of Dark Blue #04138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.73%

 BLUE value IS 139 (54.69% from 255) = 85.8%

R = 2.47%
G = 11.73%
B = 85.8%

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

#04138B (or 0x04138B) is known color: Dark Blue. HEX triplet: 04, 13 and 8B. RGB value is (4,19,139). Sum of RGB (Red+Green+Blue) = 4+19+139=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 139 (54.69% from 255 or 85.80% from 162); Max value from RGB is 139 - color contains mainly: blue. Hex color #04138B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04138B is #FBEC74. Grayscale: #1B1B1B. Windows color (decimal): -16510069 or 9114372. OLE color: 9114372.

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

Color convert

RGB 4 19 139 -
CMYK 0.97 0.86 0 0.45
HSL 233.33º 0.94% 0.28% -
HSV(B) 233.33º 0.97% 0.55% -
XYZ 4.94 2.36 24.62 -
YUV 28.2 190.53 110.74 -
System Red Green Blue C M Y K H S L
Decimal 4 19 139 0.97 0.86 0 0.45 233.33 0.94 0.28
Hex 4 13 8B 61 56 0 2D E9 5E 1C
Octal 4 23 213 141 126 0 55 351 136 34
Binary 100 10011 10001011 1100001 1010110 0 101101 11101001 1011110 11100

Color Harmonies of #04138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04138B

Black with #04138B

Text Example


Text Example

White with #04138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04138B; }

 p { color: rgb(4,19,139); }

 H1.HeaderClassName
 {
   color: #04138B;
 }
 .AnyTagClassName
 {
   color: #04138B;
 }
</style>

background-color css

<style>
 a { background-color: #04138B; }

 a { background-color: rgb(4,19,139); }

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

border-color css

<style>
 span { border-color: #04138B; }

 span { border-color: rgb(4,19,139); }

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