#06188E

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

Shades of Ultramarine #06188E

Tints of Ultramarine #06188E

Color information

#06188E (or 0x06188E) is unknown color: approx Ultramarine. HEX triplet: 06, 18 and 8E. RGB value is (6,24,142). Sum of RGB (Red+Green+Blue) = 6+24+142=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 142 (55.86% from 255 or 82.56% from 172); Max value from RGB is 142 - color contains mainly: blue. Hex color #06188E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06188E is #F9E771. Grayscale: #1F1F1F. Windows color (decimal): -16377714 or 9312262. OLE color: 9312262.

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

Color convert

RGB624142-
CMYK0.960.8300.44
HSL232.06º91.89%29.02%-
HSV(B)232.06º95.77%55.69%-
XYZ5.282.6425.82-
YUV32.07190.04109.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.49%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 142 (55.86% from 255) = 82.56%
R=3.49%
G=13.95%
B=82.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6241420.960.8300.44232.0691.8929.02
Hex6188E605302Ce85c1d
Octal63021614012305435013435
Binary110110001000111011000001010011010110011101000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06188E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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