#061494

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

Shades of Ultramarine #061494

Tints of Ultramarine #061494

Color information

#061494 (or 0x061494) is unknown color: approx Ultramarine. HEX triplet: 06, 14 and 94. RGB value is (6,20,148). Sum of RGB (Red+Green+Blue) = 6+20+148=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 148 (58.20% from 255 or 85.06% from 174); Max value from RGB is 148 - color contains mainly: blue. Hex color #061494 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061494 is #F9EB6B. Grayscale: #1D1D1D. Windows color (decimal): -16378732 or 9704454. OLE color: 9704454.

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

Color convert

RGB620148-
CMYK0.960.8600.42
HSL234.08º92.21%30.2%-
HSV(B)234.08º95.95%58.04%-
XYZ5.672.6828.23-
YUV30.41194.36110.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.45%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 148 (58.20% from 255) = 85.06%
R=3.45%
G=11.49%
B=85.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6201480.960.8600.42234.0892.2130.2
Hex61494605602Aea5c1e
Octal62422414012605235213436
Binary110101001001010011000001010110010101011101010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061494; }

 p { color: rgb(6,20,148); }

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

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

 a { background-color: rgb(6,20,148); }

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

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

 span { border-color: rgb(6,20,148); }

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