#061A83

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

Shades of Ultramarine #061A83

Tints of Ultramarine #061A83

Color information

#061A83 (or 0x061A83) is unknown color: approx Ultramarine. HEX triplet: 06, 1A and 83. RGB value is (6,26,131). Sum of RGB (Red+Green+Blue) = 6+26+131=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 131 (51.56% from 255 or 80.37% from 163); Max value from RGB is 131 - color contains mainly: blue. Hex color #061A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A83 is #F9E57C. Grayscale: #1F1F1F. Windows color (decimal): -16377213 or 8591878. OLE color: 8591878.

HSL color Cylindrical-coordinate representation of color #061A83: hue angle of 230.4º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061A83 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB626131-
CMYK0.950.8000.49
HSL230.4º91.24%26.86%-
HSV(B)230.4º95.42%51.37%-
XYZ4.542.4221.7-
YUV31.99183.87109.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 26 (10.55% from 255) = 15.95%
BLUE value IS 131 (51.56% from 255) = 80.37%
R=3.68%
G=15.95%
B=80.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6261310.950.8000.49230.491.2426.86
Hex61A835F50031e65b1b
Octal63220313712006134613333
Binary110110101000001110111111010000011000111100110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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