#060C93

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

Shades of Ultramarine #060C93

Tints of Ultramarine #060C93

Color information

#060C93 (or 0x060C93) is unknown color: approx Ultramarine. HEX triplet: 06, 0C and 93. RGB value is (6,12,147). Sum of RGB (Red+Green+Blue) = 6+12+147=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 147 (57.81% from 255 or 89.09% from 165); Max value from RGB is 147 - color contains mainly: blue. Hex color #060C93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C93 is #F9F36C. Grayscale: #191919. Windows color (decimal): -16380781 or 9636870. OLE color: 9636870.

HSL color Cylindrical-coordinate representation of color #060C93: hue angle of 237.45º 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 #060C93 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB612147-
CMYK0.960.9200.42
HSL237.45º92.16%30%-
HSV(B)237.45º95.92%57.65%-
XYZ5.472.4127.78-
YUV25.6196.51114.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 12 (5.08% from 255) = 7.27%
BLUE value IS 147 (57.81% from 255) = 89.09%
R=3.64%
G=7.27%
B=89.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6121470.960.9200.42237.4592.1630
Hex6C93605C02Aed5c1e
Octal61422314013405235513436
Binary11011001001001111000001011100010101011101101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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