#06198E

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

Shades of Ultramarine #06198E

Tints of Ultramarine #06198E

Color information

#06198E (or 0x06198E) is unknown color: approx Ultramarine. HEX triplet: 06, 19 and 8E. RGB value is (6,25,142). Sum of RGB (Red+Green+Blue) = 6+25+142=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 142 (55.86% from 255 or 82.08% from 173); Max value from RGB is 142 - color contains mainly: blue. Hex color #06198E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06198E is #F9E671. Grayscale: #202020. Windows color (decimal): -16377458 or 9312518. OLE color: 9312518.

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

Color convert

RGB625142-
CMYK0.960.8200.44
HSL231.62º91.89%29.02%-
HSV(B)231.62º95.77%55.69%-
XYZ5.312.6925.83-
YUV32.66189.71108.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.47%
GREEN value IS 25 (10.16% from 255) = 14.45%
BLUE value IS 142 (55.86% from 255) = 82.08%
R=3.47%
G=14.45%
B=82.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6251420.960.8200.44231.6291.8929.02
Hex6198E605202Ce85c1d
Octal63121614012205435013435
Binary110110011000111011000001010010010110011101000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,25,142); }

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

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

 a { background-color: rgb(6,25,142); }

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

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

 span { border-color: rgb(6,25,142); }

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