#0614BB

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

Shades of Medium Blue #0614BB

Tints of Medium Blue #0614BB

Color information

#0614BB (or 0x0614BB) is unknown color: approx Medium Blue. HEX triplet: 06, 14 and BB. RGB value is (6,20,187). Sum of RGB (Red+Green+Blue) = 6+20+187=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 187 (73.44% from 255 or 87.79% from 213); Max value from RGB is 187 - color contains mainly: blue. Hex color #0614BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0614BB is #F9EB44. Grayscale: #222222. Windows color (decimal): -16378693 or 12260358. OLE color: 12260358.

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

Color convert

RGB620187-
CMYK0.970.8900.27
HSL235.36º93.78%37.84%-
HSV(B)235.36º96.79%73.33%-
XYZ9.294.1347.32-
YUV34.85213.86107.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 20 (8.20% from 255) = 9.39%
BLUE value IS 187 (73.44% from 255) = 87.79%
R=2.82%
G=9.39%
B=87.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6201870.970.8900.27235.3693.7837.84
Hex614BB615901Beb5e26
Octal62427314113103335313646
Binary110101001011101111000011011001011011111010111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0614BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0614BB; }

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

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

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

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

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

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

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

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