#0800BE

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

Shades of Medium Blue #0800BE

Tints of Medium Blue #0800BE

Color information

#0800BE (or 0x0800BE) is unknown color: approx Medium Blue. HEX triplet: 08, 00 and BE. RGB value is (8,0,190). Sum of RGB (Red+Green+Blue) = 8+0+190=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 190 (74.61% from 255 or 95.96% from 198); Max value from RGB is 190 - color contains mainly: blue. Hex color #0800BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0800BE is #F7FF41. Grayscale: #171717. Windows color (decimal): -16252738 or 12451848. OLE color: 12451848.

HSL color Cylindrical-coordinate representation of color #0800BE: hue angle of 242.53º 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 #0800BE is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80190-
CMYK0.96100.25
HSL242.53º100%37.25%-
HSV(B)242.53º100%74.51%-
XYZ9.393.7748.95-
YUV24.05221.65116.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 95.96%
R=4.04%
G=0%
B=95.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801900.96100.25242.5310037.25
Hex80BE6064019f36425
Octal10027614014403136314445
Binary100001011111011000001100100011001111100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0800BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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