#061A93

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

Shades of Ultramarine #061A93

Tints of Ultramarine #061A93

Color information

#061A93 (or 0x061A93) is unknown color: approx Ultramarine. HEX triplet: 06, 1A and 93. RGB value is (6,26,147). Sum of RGB (Red+Green+Blue) = 6+26+147=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 147 (57.81% from 255 or 82.12% from 179); Max value from RGB is 147 - color contains mainly: blue. Hex color #061A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A93 is #F9E56C. Grayscale: #212121. Windows color (decimal): -16377197 or 9640454. OLE color: 9640454.

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

Color convert

RGB626147-
CMYK0.960.8200.42
HSL231.49º92.16%30%-
HSV(B)231.49º95.92%57.65%-
XYZ5.712.8827.86-
YUV33.81191.87108.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 26 (10.55% from 255) = 14.53%
BLUE value IS 147 (57.81% from 255) = 82.12%
R=3.35%
G=14.53%
B=82.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6261470.960.8200.42231.4992.1630
Hex61A93605202Ae75c1e
Octal63222314012205234713436
Binary110110101001001111000001010010010101011100111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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