#0B01F3

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

Shades of Blue #0B01F3

Tints of Blue #0B01F3

Color information

#0B01F3 (or 0x0B01F3) is unknown color: approx Blue. HEX triplet: 0B, 01 and F3. RGB value is (11,1,243). Sum of RGB (Red+Green+Blue) = 11+1+243=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 243 (95.31% from 255 or 95.29% from 255); Max value from RGB is 243 - color contains mainly: blue. Hex color #0B01F3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B01F3 is #F4FE0C. Grayscale: #1E1E1E. Windows color (decimal): -16055821 or 15925515. OLE color: 15925515.

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

Color convert

RGB111243-
CMYK0.951.0000.05
HSL242.48º99.18%47.84%-
HSV(B)242.48º99.59%95.29%-
XYZ16.336.5685.2-
YUV31.58247.31113.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.31%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 243 (95.31% from 255) = 95.29%
R=4.31%
G=0.39%
B=95.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1112430.951.0000.05242.4899.1847.84
HexB1F35F6405f26330
Octal1313631371440536214360
Binary1011111110011101111111001000101111100101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B01F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B01F3; }

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

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

<style>
 a { background-color: #0B01F3; }

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

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

<style>
 span { border-color: #0B01F3; }

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

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