#061888

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

Shades of Ultramarine #061888

Tints of Ultramarine #061888

Color information

#061888 (or 0x061888) is unknown color: approx Ultramarine. HEX triplet: 06, 18 and 88. RGB value is (6,24,136). Sum of RGB (Red+Green+Blue) = 6+24+136=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 136 (53.52% from 255 or 81.93% from 166); Max value from RGB is 136 - color contains mainly: blue. Hex color #061888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061888 is #F9E777. Grayscale: #1E1E1E. Windows color (decimal): -16377720 or 8919046. OLE color: 8919046.

HSL color Cylindrical-coordinate representation of color #061888: hue angle of 231.69º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061888 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB624136-
CMYK0.960.8200.47
HSL231.69º91.55%27.84%-
HSV(B)231.69º95.59%53.33%-
XYZ4.852.4723.51-
YUV31.39187.04109.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 136 (53.52% from 255) = 81.93%
R=3.61%
G=14.46%
B=81.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6241360.960.8200.47231.6991.5527.84
Hex61888605202Fe85c1c
Octal63021014012205735013434
Binary110110001000100011000001010010010111111101000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061888; }

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

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

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

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

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

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

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

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