#04168E

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

Shades of Ultramarine #04168E

Tints of Ultramarine #04168E

Color information

#04168E (or 0x04168E) is unknown color: approx Ultramarine. HEX triplet: 04, 16 and 8E. RGB value is (4,22,142). Sum of RGB (Red+Green+Blue) = 4+22+142=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 142 (55.86% from 255 or 84.52% from 168); Max value from RGB is 142 - color contains mainly: blue. Hex color #04168E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04168E is #FBE971. Grayscale: #1D1D1D. Windows color (decimal): -16509298 or 9311748. OLE color: 9311748.

HSL color Cylindrical-coordinate representation of color #04168E: hue angle of 232.17º 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 #04168E is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB422142-
CMYK0.970.8500.44
HSL232.17º94.52%28.63%-
HSV(B)232.17º97.18%55.69%-
XYZ5.222.5525.81-
YUV30.3191.04109.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.38%
GREEN value IS 22 (8.98% from 255) = 13.10%
BLUE value IS 142 (55.86% from 255) = 84.52%
R=2.38%
G=13.10%
B=84.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4221420.970.8500.44232.1794.5228.63
Hex4168E615502Ce85f1d
Octal42621614112505435013735
Binary100101101000111011000011010101010110011101000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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