#061A92

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

Shades of Ultramarine #061A92

Tints of Ultramarine #061A92

Color information

#061A92 (or 0x061A92) is unknown color: approx Ultramarine. HEX triplet: 06, 1A and 92. RGB value is (6,26,146). Sum of RGB (Red+Green+Blue) = 6+26+146=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 146 (57.42% from 255 or 82.02% from 178); Max value from RGB is 146 - color contains mainly: blue. Hex color #061A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A92 is #F9E56D. Grayscale: #212121. Windows color (decimal): -16377198 or 9574918. OLE color: 9574918.

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

Color convert

RGB626146-
CMYK0.960.8200.43
HSL231.43º92.11%29.8%-
HSV(B)231.43º95.89%57.25%-
XYZ5.632.8527.45-
YUV33.7191.37108.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.37%
GREEN value IS 26 (10.55% from 255) = 14.61%
BLUE value IS 146 (57.42% from 255) = 82.02%
R=3.37%
G=14.61%
B=82.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6261460.960.8200.43231.4392.1129.8
Hex61A92605202Be75c1e
Octal63222214012205334713436
Binary110110101001001011000001010010010101111100111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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