#0B1AFF

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

Shades of Blue #0B1AFF

Tints of Blue #0B1AFF

Color information

#0B1AFF (or 0x0B1AFF) is unknown color: approx Blue. HEX triplet: 0B, 1A and FF. RGB value is (11,26,255). Sum of RGB (Red+Green+Blue) = 11+26+255=292 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.77% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 255 (100% from 255 or 87.33% from 292); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B1AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B1AFF is #F4E500. Grayscale: #2E2E2E. Windows color (decimal): -16049409 or 16718347. OLE color: 16718347.

HSL color Cylindrical-coordinate representation of color #0B1AFF: hue angle of 236.31º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B1AFF is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1126255-
CMYK0.960.9000
HSL236.31º100%52.16%-
HSV(B)236.31º95.69%100%-
XYZ18.568.0395.18-
YUV47.62245.03101.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.77%
GREEN value IS 26 (10.55% from 255) = 8.90%
BLUE value IS 255 (100% from 255) = 87.33%
R=3.77%
G=8.90%
B=87.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal11262550.960.9000236.3110052.16
HexB1AFF605A00ec6434
Octal13323771401320035414464
Binary101111010111111111100000101101000111011001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,26,255); }

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

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

 a { background-color: rgb(11,26,255); }

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

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

 span { border-color: rgb(11,26,255); }

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