#060D93

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

Shades of Ultramarine #060D93

Tints of Ultramarine #060D93

Color information

#060D93 (or 0x060D93) is unknown color: approx Ultramarine. HEX triplet: 06, 0D and 93. RGB value is (6,13,147). Sum of RGB (Red+Green+Blue) = 6+13+147=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 147 (57.81% from 255 or 88.55% from 166); Max value from RGB is 147 - color contains mainly: blue. Hex color #060D93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060D93 is #F9F26C. Grayscale: #191919. Windows color (decimal): -16380525 or 9637126. OLE color: 9637126.

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

Color convert

RGB613147-
CMYK0.960.9100.42
HSL237.02º92.16%30%-
HSV(B)237.02º95.92%57.65%-
XYZ5.492.4327.78-
YUV26.18196.18113.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 147 (57.81% from 255) = 88.55%
R=3.61%
G=7.83%
B=88.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6131470.960.9100.42237.0292.1630
Hex6D93605B02Aed5c1e
Octal61522314013305235513436
Binary11011011001001111000001011011010101011101101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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