#0006B9

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

Shades of Medium Blue #0006B9

Tints of Medium Blue #0006B9

Color information

#0006B9 (or 0x0006B9) is unknown color: approx Medium Blue. HEX triplet: 00, 06 and B9. RGB value is (0,6,185). Sum of RGB (Red+Green+Blue) = 0+6+185=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 185 (72.66% from 255 or 96.86% from 191); Max value from RGB is 185 - color contains mainly: blue. Hex color #0006B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0006B9 is #FFF946. Grayscale: #171717. Windows color (decimal): -16775495 or 12125696. OLE color: 12125696.

HSL color Cylindrical-coordinate representation of color #0006B9: hue angle of 238.05º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0006B9 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB06185-
CMYK10.9700.27
HSL238.05º100%36.27%-
HSV(B)238.05º100%72.55%-
XYZ8.823.6346.14-
YUV24.61218.51110.45-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 3.14%
BLUE value IS 185 (72.66% from 255) = 96.86%
R=0%
G=3.14%
B=96.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal0618510.9700.27238.0510036.27
Hex06B9646101Bee6424
Octal0627114414103335614444
Binary01101011100111001001100001011011111011101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0006B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0006B9; }

 p { color: rgb(0,6,185); }

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

<style>
 a { background-color: #0006B9; }

 a { background-color: rgb(0,6,185); }

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

<style>
 span { border-color: #0006B9; }

 span { border-color: rgb(0,6,185); }

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