Html Css Color HEX #001BEC Blue

📋 copy color: '#001BEC'

red 0 ◦ green 27 ◦ blue 236

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

Shades of Blue #001BEC

Tints of Blue #001BEC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 236 (92.58% from 255) = 89.73%

R = 0%
G = 10.27%
B = 89.73%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#001BEC (or 0x001BEC) is known color: Blue. HEX triplet: 00, 1B and EC. RGB value is (0,27,236). Sum of RGB (Red+Green+Blue) = 0+27+236=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 236 (92.58% from 255 or 89.73% from 263); Max value from RGB is 236 - color contains mainly: blue. Hex color #001BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001BEC is #FFE413. Grayscale: #292929. Windows color (decimal): -16770068 or 15473408. OLE color: 15473408.

HSL color Cylindrical-coordinate representation of color #001BEC: hue angle of 233.14º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001BEC is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 27 236 -
CMYK 1 0.89 0 0.07
HSL 233.14º 1% 0.46% -
HSV(B) 233.14º 1% 0.93% -
XYZ 15.53 6.84 79.86 -
YUV 42.75 237.05 97.51 -
System Red Green Blue C M Y K H S L
Decimal 0 27 236 1 0.89 0 0.07 233.14 1 0.46
Hex 0 1B EC 64 59 0 7 E9 64 2E
Octal 0 33 354 144 131 0 7 351 144 56
Binary 0 11011 11101100 1100100 1011001 0 111 11101001 1100100 101110

Color Harmonies of #001BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001BEC

Black with #001BEC

Text Example


Text Example

White with #001BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001BEC; }

 p { color: rgb(0,27,236); }

 H1.HeaderClassName
 {
   color: #001BEC;
 }
 .AnyTagClassName
 {
   color: #001BEC;
 }
</style>

background-color css

<style>
 a { background-color: #001BEC; }

 a { background-color: rgb(0,27,236); }

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

border-color css

<style>
 span { border-color: #001BEC; }

 span { border-color: rgb(0,27,236); }

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