#061598

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

Shades of Ultramarine #061598

Tints of Ultramarine #061598

Color information

#061598 (or 0x061598) is unknown color: approx Ultramarine. HEX triplet: 06, 15 and 98. RGB value is (6,21,152). Sum of RGB (Red+Green+Blue) = 6+21+152=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 152 (59.77% from 255 or 84.92% from 179); Max value from RGB is 152 - color contains mainly: blue. Hex color #061598 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061598 is #F9EA67. Grayscale: #1E1E1E. Windows color (decimal): -16378472 or 9966854. OLE color: 9966854.

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

Color convert

RGB621152-
CMYK0.960.8600.40
HSL233.84º92.41%30.98%-
HSV(B)233.84º96.05%59.61%-
XYZ6.012.8429.94-
YUV31.45196.03109.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 152 (59.77% from 255) = 84.92%
R=3.35%
G=11.73%
B=84.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6211520.960.8600.40233.8492.4130.98
Hex615986056028ea5c1f
Octal62523014012605035213437
Binary110101011001100011000001010110010100011101010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061598; }

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

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

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

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

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

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

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

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