#04188E

Color #04188E Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #04188E

Tints of Ultramarine #04188E

Color information

#04188E (or 0x04188E) is unknown color: approx Ultramarine. HEX triplet: 04, 18 and 8E. RGB value is (4,24,142). Sum of RGB (Red+Green+Blue) = 4+24+142=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 142 (55.86% from 255 or 83.53% from 170); Max value from RGB is 142 - color contains mainly: blue. Hex color #04188E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04188E is #FBE771. Grayscale: #1E1E1E. Windows color (decimal): -16508786 or 9312260. OLE color: 9312260.

HSL color Cylindrical-coordinate representation of color #04188E: hue angle of 231.3º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04188E is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB424142-
CMYK0.970.8300.44
HSL231.3º94.52%28.63%-
HSV(B)231.3º97.18%55.69%-
XYZ5.262.6325.82-
YUV31.47190.37108.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.35%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 142 (55.86% from 255) = 83.53%
R=2.35%
G=14.12%
B=83.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4241420.970.8300.44231.394.5228.63
Hex4188E615302Ce75f1d
Octal43021614112305434713735
Binary100110001000111011000011010011010110011100111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04188E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04188E; }

 p { color: rgb(4,24,142); }

 H1.HeaderClassName
 {
   color: #04188E;
 }
 .AnyTagClassName
 {
   color: #04188E;
 }
</style>
background-color css

<style>
 a { background-color: #04188E; }

 a { background-color: rgb(4,24,142); }

 div.DivClassName
 {
   background-color: #04188E;
 }
 .BgClassName
 {
   background-color: #04188E;
 }
</style>
border-color css

<style>
 span { border-color: #04188E; }

 span { border-color: rgb(4,24,142); }

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