#061987

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

Shades of Ultramarine #061987

Tints of Ultramarine #061987

Color information

#061987 (or 0x061987) is unknown color: approx Ultramarine. HEX triplet: 06, 19 and 87. RGB value is (6,25,135). Sum of RGB (Red+Green+Blue) = 6+25+135=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 135 (53.12% from 255 or 81.33% from 166); Max value from RGB is 135 - color contains mainly: blue. Hex color #061987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061987 is #F9E678. Grayscale: #1F1F1F. Windows color (decimal): -16377465 or 8853766. OLE color: 8853766.

HSL color Cylindrical-coordinate representation of color #061987: hue angle of 231.16º degrees, saturation: 0.91, 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 #061987 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB625135-
CMYK0.960.8100.47
HSL231.16º91.49%27.65%-
HSV(B)231.16º95.56%52.94%-
XYZ4.82.4823.15-
YUV31.86186.21109.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 135 (53.12% from 255) = 81.33%
R=3.61%
G=15.06%
B=81.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6251350.960.8100.47231.1691.4927.65
Hex61987605102Fe75b1c
Octal63120714012105734713334
Binary110110011000011111000001010001010111111100111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061987; }

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

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

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

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

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

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

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

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