#061D86

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

Shades of Ultramarine #061D86

Tints of Ultramarine #061D86

Color information

#061D86 (or 0x061D86) is unknown color: approx Ultramarine. HEX triplet: 06, 1D and 86. RGB value is (6,29,134). Sum of RGB (Red+Green+Blue) = 6+29+134=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 134 (52.73% from 255 or 79.29% from 169); Max value from RGB is 134 - color contains mainly: blue. Hex color #061D86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061D86 is #F9E279. Grayscale: #212121. Windows color (decimal): -16376442 or 8789254. OLE color: 8789254.

HSL color Cylindrical-coordinate representation of color #061D86: hue angle of 229.22º 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 #061D86 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB629134-
CMYK0.960.7800.47
HSL229.22º91.43%27.45%-
HSV(B)229.22º95.52%52.55%-
XYZ4.822.6422.81-
YUV34.09184.38107.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.55%
GREEN value IS 29 (11.72% from 255) = 17.16%
BLUE value IS 134 (52.73% from 255) = 79.29%
R=3.55%
G=17.16%
B=79.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6291340.960.7800.47229.2291.4327.45
Hex61D86604E02Fe55b1b
Octal63520614011605734513333
Binary110111011000011011000001001110010111111100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061D86; }

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

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

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

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

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

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

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

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