#000BEB

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

Shades of Blue #000BEB

Tints of Blue #000BEB

Color information

#000BEB (or 0x000BEB) is unknown color: approx Blue. HEX triplet: 00, 0B and EB. RGB value is (0,11,235). Sum of RGB (Red+Green+Blue) = 0+11+235=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 235 (92.19% from 255 or 95.53% from 246); Max value from RGB is 235 - color contains mainly: blue. Hex color #000BEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000BEB is #FFF414. Grayscale: #202020. Windows color (decimal): -16774165 or 15403776. OLE color: 15403776.

HSL color Cylindrical-coordinate representation of color #000BEB: hue angle of 237.19º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000BEB is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB011235-
CMYK10.9500.08
HSL237.19º100%46.08%-
HSV(B)237.19º100%92.16%-
XYZ15.126.2479-
YUV33.25241.86104.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 11 (4.69% from 255) = 4.47%
BLUE value IS 235 (92.19% from 255) = 95.53%
R=0%
G=4.47%
B=95.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal01123510.9500.08237.1910046.08
Hex0BEB645F08ed642e
Octal01335314413701035514456
Binary01011111010111100100101111101000111011011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000BEB; }

 p { color: rgb(0,11,235); }

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

<style>
 a { background-color: #000BEB; }

 a { background-color: rgb(0,11,235); }

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

<style>
 span { border-color: #000BEB; }

 span { border-color: rgb(0,11,235); }

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