#060CBA

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

Shades of Medium Blue #060CBA

Tints of Medium Blue #060CBA

Color information

#060CBA (or 0x060CBA) is unknown color: approx Medium Blue. HEX triplet: 06, 0C and BA. RGB value is (6,12,186). Sum of RGB (Red+Green+Blue) = 6+12+186=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 186 (73.05% from 255 or 91.18% from 204); Max value from RGB is 186 - color contains mainly: blue. Hex color #060CBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CBA is #F9F345. Grayscale: #1D1D1D. Windows color (decimal): -16380742 or 12192774. OLE color: 12192774.

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

Color convert

RGB612186-
CMYK0.970.9400.27
HSL238º93.75%37.65%-
HSV(B)238º96.77%72.94%-
XYZ9.073.8546.72-
YUV30.04216.01110.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 12 (5.08% from 255) = 5.88%
BLUE value IS 186 (73.05% from 255) = 91.18%
R=2.94%
G=5.88%
B=91.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6121860.970.9400.2723893.7537.65
Hex6CBA615E01Bee5e26
Octal61427214113603335613646
Binary11011001011101011000011011110011011111011101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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