#061488

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

Shades of Ultramarine #061488

Tints of Ultramarine #061488

Color information

#061488 (or 0x061488) is unknown color: approx Ultramarine. HEX triplet: 06, 14 and 88. RGB value is (6,20,136). Sum of RGB (Red+Green+Blue) = 6+20+136=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 136 (53.52% from 255 or 83.95% from 162); Max value from RGB is 136 - color contains mainly: blue. Hex color #061488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061488 is #F9EB77. Grayscale: #1C1C1C. Windows color (decimal): -16378744 or 8918022. OLE color: 8918022.

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

Color convert

RGB620136-
CMYK0.960.8500.47
HSL233.54º91.55%27.84%-
HSV(B)233.54º95.59%53.33%-
XYZ4.772.3223.49-
YUV29.04188.36111.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 20 (8.20% from 255) = 12.35%
BLUE value IS 136 (53.52% from 255) = 83.95%
R=3.70%
G=12.35%
B=83.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6201360.960.8500.47233.5491.5527.84
Hex61488605502Fea5c1c
Octal62421014012505735213434
Binary110101001000100011000001010101010111111101010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061488; }

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

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

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

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

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

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

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

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