Html Css Color HEX #011BEB Blue

📋 copy color: '#011BEB'

red 1 ◦ green 27 ◦ blue 235

#011BEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #011BEB

Tints of Blue #011BEB

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

 GREEN value IS 27 (10.94% from 255) = 10.27%

 BLUE value IS 235 (92.19% from 255) = 89.35%

R = 0.38%
G = 10.27%
B = 89.35%

CMYK

 C value IS 1.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#011BEB (or 0x011BEB) is known color: Blue. HEX triplet: 01, 1B and EB. RGB value is (1,27,235). Sum of RGB (Red+Green+Blue) = 1+27+235=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 235 (92.19% from 255 or 89.35% from 263); Max value from RGB is 235 - color contains mainly: blue. Hex color #011BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011BEB is #FEE414. Grayscale: #2A2A2A. Windows color (decimal): -16704533 or 15407873. OLE color: 15407873.

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

Color convert

RGB 1 27 235 -
CMYK 1.00 0.89 0 0.08
HSL 233.33º 0.99% 0.46% -
HSV(B) 233.33º 1% 0.92% -
XYZ 15.4 6.79 79.1 -
YUV 42.94 236.39 98.09 -
System Red Green Blue C M Y K H S L
Decimal 1 27 235 1.00 0.89 0 0.08 233.33 0.99 0.46
Hex 1 1B EB 64 59 0 8 E9 63 2E
Octal 1 33 353 144 131 0 10 351 143 56
Binary 1 11011 11101011 1100100 1011001 0 1000 11101001 1100011 101110

Color Harmonies of #011BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011BEB

Black with #011BEB

Text Example


Text Example

White with #011BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #011BEB;
 }
 .AnyTagClassName
 {
   color: #011BEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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