#061988

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

Shades of Ultramarine #061988

Tints of Ultramarine #061988

Color information

#061988 (or 0x061988) is unknown color: approx Ultramarine. HEX triplet: 06, 19 and 88. RGB value is (6,25,136). Sum of RGB (Red+Green+Blue) = 6+25+136=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 136 (53.52% from 255 or 81.44% from 167); Max value from RGB is 136 - color contains mainly: blue. Hex color #061988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061988 is #F9E677. Grayscale: #1F1F1F. Windows color (decimal): -16377464 or 8919302. OLE color: 8919302.

HSL color Cylindrical-coordinate representation of color #061988: hue angle of 231.23º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061988 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB625136-
CMYK0.960.8200.47
HSL231.23º91.55%27.84%-
HSV(B)231.23º95.59%53.33%-
XYZ4.872.5123.52-
YUV31.97186.71109.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.59%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 136 (53.52% from 255) = 81.44%
R=3.59%
G=14.97%
B=81.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6251360.960.8200.47231.2391.5527.84
Hex61988605202Fe75c1c
Octal63121014012205734713434
Binary110110011000100011000001010010010111111100111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061988; }

 p { color: rgb(6,25,136); }

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

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

 a { background-color: rgb(6,25,136); }

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

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

 span { border-color: rgb(6,25,136); }

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