#060ABA

Color #060ABA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #060ABA

Tints of Medium Blue #060ABA

Color information

#060ABA (or 0x060ABA) is unknown color: approx Medium Blue. HEX triplet: 06, 0A and BA. RGB value is (6,10,186). Sum of RGB (Red+Green+Blue) = 6+10+186=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 186 (73.05% from 255 or 92.08% from 202); Max value from RGB is 186 - color contains mainly: blue. Hex color #060ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060ABA is #F9F545. Grayscale: #1C1C1C. Windows color (decimal): -16381254 or 12192262. OLE color: 12192262.

HSL color Cylindrical-coordinate representation of color #060ABA: hue angle of 238.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060ABA is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB610186-
CMYK0.970.9500.27
HSL238.67º93.75%37.65%-
HSV(B)238.67º96.77%72.94%-
XYZ9.053.846.71-
YUV28.87216.67111.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.97%
GREEN value IS 10 (4.30% from 255) = 4.95%
BLUE value IS 186 (73.05% from 255) = 92.08%
R=2.97%
G=4.95%
B=92.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6101860.970.9500.27238.6793.7537.65
Hex6ABA615F01Bef5e26
Octal61227214113703335713646
Binary11010101011101011000011011111011011111011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060ABA; }

 p { color: rgb(6,10,186); }

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

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

 a { background-color: rgb(6,10,186); }

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

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

 span { border-color: rgb(6,10,186); }

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