#0612BD

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

Shades of Medium Blue #0612BD

Tints of Medium Blue #0612BD

Color information

#0612BD (or 0x0612BD) is unknown color: approx Medium Blue. HEX triplet: 06, 12 and BD. RGB value is (6,18,189). Sum of RGB (Red+Green+Blue) = 6+18+189=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 189 (74.22% from 255 or 88.73% from 213); Max value from RGB is 189 - color contains mainly: blue. Hex color #0612BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0612BD is #F9ED42. Grayscale: #212121. Windows color (decimal): -16379203 or 12390918. OLE color: 12390918.

HSL color Cylindrical-coordinate representation of color #0612BD: hue angle of 236.07º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0612BD is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB618189-
CMYK0.970.9000.26
HSL236.07º93.85%38.24%-
HSV(B)236.07º96.83%74.12%-
XYZ9.484.1548.44-
YUV33.91215.52108.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 189 (74.22% from 255) = 88.73%
R=2.82%
G=8.45%
B=88.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6181890.970.9000.26236.0793.8538.24
Hex612BD615A01Aec5e26
Octal62227514113203235413646
Binary110100101011110111000011011010011010111011001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0612BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0612BD; }

 p { color: rgb(6,18,189); }

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

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

 a { background-color: rgb(6,18,189); }

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

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

 span { border-color: rgb(6,18,189); }

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