Html Css Color HEX #010BEC Blue

📋 copy color: '#010BEC'

red 1 ◦ green 11 ◦ blue 236

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

Shades of Blue #010BEC

Tints of Blue #010BEC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.44%

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

R = 0.4%
G = 4.44%
B = 95.16%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#010BEC (or 0x010BEC) is known color: Blue. HEX triplet: 01, 0B and EC. RGB value is (1,11,236). Sum of RGB (Red+Green+Blue) = 1+11+236=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 236 (92.58% from 255 or 95.16% from 248); Max value from RGB is 236 - color contains mainly: blue. Hex color #010BEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010BEC is #FEF413. Grayscale: #202020. Windows color (decimal): -16708628 or 15469313. OLE color: 15469313.

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

Color convert

RGB 1 11 236 -
CMYK 1.00 0.95 0 0.07
HSL 237.45º 0.99% 0.46% -
HSV(B) 237.45º 1% 0.93% -
XYZ 15.27 6.3 79.77 -
YUV 33.66 242.19 104.7 -
System Red Green Blue C M Y K H S L
Decimal 1 11 236 1.00 0.95 0 0.07 237.45 0.99 0.46
Hex 1 B EC 64 5F 0 7 ED 63 2E
Octal 1 13 354 144 137 0 7 355 143 56
Binary 1 1011 11101100 1100100 1011111 0 111 11101101 1100011 101110

Color Harmonies of #010BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BEC

Black with #010BEC

Text Example


Text Example

White with #010BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,11,236); }

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

background-color css

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

 a { background-color: rgb(1,11,236); }

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

border-color css

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

 span { border-color: rgb(1,11,236); }

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