#0600BE

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

Shades of Medium Blue #0600BE

Tints of Medium Blue #0600BE

Color information

#0600BE (or 0x0600BE) is unknown color: approx Medium Blue. HEX triplet: 06, 00 and BE. RGB value is (6,0,190). Sum of RGB (Red+Green+Blue) = 6+0+190=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 190 (74.61% from 255 or 96.94% from 196); Max value from RGB is 190 - color contains mainly: blue. Hex color #0600BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0600BE is #F9FF41. Grayscale: #161616. Windows color (decimal): -16383810 or 12451846. OLE color: 12451846.

HSL color Cylindrical-coordinate representation of color #0600BE: hue angle of 241.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0600BE is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB60190-
CMYK0.97100.25
HSL241.89º100%37.25%-
HSV(B)241.89º100%74.51%-
XYZ9.373.7648.95-
YUV23.45221.99115.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 96.94%
R=3.06%
G=0%
B=96.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601900.97100.25241.8910037.25
Hex60BE6164019f26425
Octal6027614114403136214445
Binary11001011111011000011100100011001111100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0600BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0600BE; }

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

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

<style>
 a { background-color: #0600BE; }

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

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

<style>
 span { border-color: #0600BE; }

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

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