Html Css Color HEX #04138C Dark Blue

📋 copy color: '#04138C'

red 4 ◦ green 19 ◦ blue 140

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

Shades of Dark Blue #04138C

Tints of Dark Blue #04138C

RGB

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

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

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

R = 2.45%
G = 11.66%
B = 85.89%

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

#04138C (or 0x04138C) is known color: Dark Blue. HEX triplet: 04, 13 and 8C. RGB value is (4,19,140). Sum of RGB (Red+Green+Blue) = 4+19+140=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 140 (55.08% from 255 or 85.89% from 163); Max value from RGB is 140 - color contains mainly: blue. Hex color #04138C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04138C is #FBEC73. Grayscale: #1B1B1B. Windows color (decimal): -16510068 or 9179908. OLE color: 9179908.

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

Color convert

RGB 4 19 140 -
CMYK 0.97 0.86 0 0.45
HSL 233.38º 0.94% 0.28% -
HSV(B) 233.38º 0.97% 0.55% -
XYZ 5.02 2.39 25.01 -
YUV 28.31 191.03 110.66 -
System Red Green Blue C M Y K H S L
Decimal 4 19 140 0.97 0.86 0 0.45 233.38 0.94 0.28
Hex 4 13 8C 61 56 0 2D E9 5E 1C
Octal 4 23 214 141 126 0 55 351 136 34
Binary 100 10011 10001100 1100001 1010110 0 101101 11101001 1011110 11100

Color Harmonies of #04138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04138C

Black with #04138C

Text Example


Text Example

White with #04138C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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