Html Css Color HEX #010BE6 Blue

📋 copy color: '#010BE6'

red 1 ◦ green 11 ◦ blue 230

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

Shades of Blue #010BE6

Tints of Blue #010BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 95.04%

R = 0.41%
G = 4.55%
B = 95.04%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#010BE6 (or 0x010BE6) is known color: Blue. HEX triplet: 01, 0B and E6. RGB value is (1,11,230). Sum of RGB (Red+Green+Blue) = 1+11+230=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 230 (90.23% from 255 or 95.04% from 242); Max value from RGB is 230 - color contains mainly: blue. Hex color #010BE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010BE6 is #FEF419. Grayscale: #202020. Windows color (decimal): -16708634 or 15076097. OLE color: 15076097.

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

Color convert

RGB 1 11 230 -
CMYK 1.00 0.95 0 0.10
HSL 237.38º 0.99% 0.45% -
HSV(B) 237.38º 1% 0.9% -
XYZ 14.42 5.96 75.25 -
YUV 32.98 239.19 105.19 -
System Red Green Blue C M Y K H S L
Decimal 1 11 230 1.00 0.95 0 0.10 237.38 0.99 0.45
Hex 1 B E6 64 5F 0 A ED 63 2D
Octal 1 13 346 144 137 0 12 355 143 55
Binary 1 1011 11100110 1100100 1011111 0 1010 11101101 1100011 101101

Color Harmonies of #010BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BE6

Black with #010BE6

Text Example


Text Example

White with #010BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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