#060D92

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

Shades of Ultramarine #060D92

Tints of Ultramarine #060D92

Color information

#060D92 (or 0x060D92) is unknown color: approx Ultramarine. HEX triplet: 06, 0D and 92. RGB value is (6,13,146). Sum of RGB (Red+Green+Blue) = 6+13+146=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 146 (57.42% from 255 or 88.48% from 165); Max value from RGB is 146 - color contains mainly: blue. Hex color #060D92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060D92 is #F9F26D. Grayscale: #191919. Windows color (decimal): -16380526 or 9571590. OLE color: 9571590.

HSL color Cylindrical-coordinate representation of color #060D92: hue angle of 237º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060D92 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB613146-
CMYK0.960.9100.43
HSL237º92.11%29.8%-
HSV(B)237º95.89%57.25%-
XYZ5.412.427.37-
YUV26.07195.68113.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 13 (5.47% from 255) = 7.88%
BLUE value IS 146 (57.42% from 255) = 88.48%
R=3.64%
G=7.88%
B=88.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6131460.960.9100.4323792.1129.8
Hex6D92605B02Bed5c1e
Octal61522214013305335513436
Binary11011011001001011000001011011010101111101101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060D92; }

 p { color: rgb(6,13,146); }

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

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

 a { background-color: rgb(6,13,146); }

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

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

 span { border-color: rgb(6,13,146); }

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