#060EBA

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

Shades of Medium Blue #060EBA

Tints of Medium Blue #060EBA

Color information

#060EBA (or 0x060EBA) is unknown color: approx Medium Blue. HEX triplet: 06, 0E and BA. RGB value is (6,14,186). Sum of RGB (Red+Green+Blue) = 6+14+186=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 186 (73.05% from 255 or 90.29% from 206); Max value from RGB is 186 - color contains mainly: blue. Hex color #060EBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060EBA is #F9F145. Grayscale: #1E1E1E. Windows color (decimal): -16380230 or 12193286. OLE color: 12193286.

HSL color Cylindrical-coordinate representation of color #060EBA: hue angle of 237.33º 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 #060EBA is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB614186-
CMYK0.970.9200.27
HSL237.33º93.75%37.65%-
HSV(B)237.33º96.77%72.94%-
XYZ9.13.946.73-
YUV31.22215.35110.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.91%
GREEN value IS 14 (5.86% from 255) = 6.80%
BLUE value IS 186 (73.05% from 255) = 90.29%
R=2.91%
G=6.80%
B=90.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6141860.970.9200.27237.3393.7537.65
Hex6EBA615C01Bed5e26
Octal61627214113403335513646
Binary11011101011101011000011011100011011111011011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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