#061886

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

Shades of Ultramarine #061886

Tints of Ultramarine #061886

Color information

#061886 (or 0x061886) is unknown color: approx Ultramarine. HEX triplet: 06, 18 and 86. RGB value is (6,24,134). Sum of RGB (Red+Green+Blue) = 6+24+134=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 134 (52.73% from 255 or 81.71% from 164); Max value from RGB is 134 - color contains mainly: blue. Hex color #061886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061886 is #F9E779. Grayscale: #1E1E1E. Windows color (decimal): -16377722 or 8787974. OLE color: 8787974.

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

Color convert

RGB624134-
CMYK0.960.8200.47
HSL231.56º91.43%27.45%-
HSV(B)231.56º95.52%52.55%-
XYZ4.72.4122.77-
YUV31.16186.04110.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.66%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 134 (52.73% from 255) = 81.71%
R=3.66%
G=14.63%
B=81.71%

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
Decimal6241340.960.8200.47231.5691.4327.45
Hex61886605202Fe85b1b
Octal63020614012205735013333
Binary110110001000011011000001010010010111111101000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061886; }

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

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

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

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

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

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

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

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