#061A8E

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

Shades of Ultramarine #061A8E

Tints of Ultramarine #061A8E

Color information

#061A8E (or 0x061A8E) is unknown color: approx Ultramarine. HEX triplet: 06, 1A and 8E. RGB value is (6,26,142). Sum of RGB (Red+Green+Blue) = 6+26+142=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 142 (55.86% from 255 or 81.61% from 174); Max value from RGB is 142 - color contains mainly: blue. Hex color #061A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A8E is #F9E571. Grayscale: #202020. Windows color (decimal): -16377202 or 9312774. OLE color: 9312774.

HSL color Cylindrical-coordinate representation of color #061A8E: hue angle of 231.18º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061A8E is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB626142-
CMYK0.960.8200.44
HSL231.18º91.89%29.02%-
HSV(B)231.18º95.77%55.69%-
XYZ5.332.7325.84-
YUV33.24189.37108.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.45%
GREEN value IS 26 (10.55% from 255) = 14.94%
BLUE value IS 142 (55.86% from 255) = 81.61%
R=3.45%
G=14.94%
B=81.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6261420.960.8200.44231.1891.8929.02
Hex61A8E605202Ce75c1d
Octal63221614012205434713435
Binary110110101000111011000001010010010110011100111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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