#051BEB

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

Shades of Blue #051BEB

Tints of Blue #051BEB

Color information

#051BEB (or 0x051BEB) is unknown color: approx Blue. HEX triplet: 05, 1B and EB. RGB value is (5,27,235). Sum of RGB (Red+Green+Blue) = 5+27+235=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 235 (92.19% from 255 or 88.01% from 267); Max value from RGB is 235 - color contains mainly: blue. Hex color #051BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051BEB is #FAE414. Grayscale: #2B2B2B. Windows color (decimal): -16442389 or 15407877. OLE color: 15407877.

HSL color Cylindrical-coordinate representation of color #051BEB: hue angle of 234.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BEB is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB527235-
CMYK0.980.8900.08
HSL234.26º95.83%47.06%-
HSV(B)234.26º97.87%92.16%-
XYZ15.456.8179.1-
YUV44.13235.71100.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 27 (10.94% from 255) = 10.11%
BLUE value IS 235 (92.19% from 255) = 88.01%
R=1.87%
G=10.11%
B=88.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal5272350.980.8900.08234.2695.8347.06
Hex51BEB625908ea602f
Octal53335314213101035214057
Binary10111011111010111100010101100101000111010101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,27,235); }

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

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

 a { background-color: rgb(5,27,235); }

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

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

 span { border-color: rgb(5,27,235); }

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