#061599

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

Shades of Ultramarine #061599

Tints of Ultramarine #061599

Color information

#061599 (or 0x061599) is unknown color: approx Ultramarine. HEX triplet: 06, 15 and 99. RGB value is (6,21,153). Sum of RGB (Red+Green+Blue) = 6+21+153=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 153 (60.16% from 255 or 85% from 180); Max value from RGB is 153 - color contains mainly: blue. Hex color #061599 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061599 is #F9EA66. Grayscale: #1F1F1F. Windows color (decimal): -16378471 or 10032390. OLE color: 10032390.

HSL color Cylindrical-coordinate representation of color #061599: hue angle of 233.88º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061599 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB621153-
CMYK0.960.8600.4
HSL233.88º92.45%31.18%-
HSV(B)233.88º96.08%60%-
XYZ6.092.8730.37-
YUV31.56196.53109.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 21 (8.59% from 255) = 11.67%
BLUE value IS 153 (60.16% from 255) = 85%
R=3.33%
G=11.67%
B=85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6211530.960.8600.4233.8892.4531.18
Hex615996056028ea5c1f
Octal62523114012605035213437
Binary110101011001100111000001010110010100011101010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061599; }

 p { color: rgb(6,21,153); }

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

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

 a { background-color: rgb(6,21,153); }

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

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

 span { border-color: rgb(6,21,153); }

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