#0B26EA

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

Shades of Blue #0B26EA

Tints of Blue #0B26EA

Color information

#0B26EA (or 0x0B26EA) is unknown color: approx Blue. HEX triplet: 0B, 26 and EA. RGB value is (11,38,234). Sum of RGB (Red+Green+Blue) = 11+38+234=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 234 (91.80% from 255 or 82.69% from 283); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B26EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B26EA is #F4D915. Grayscale: #333333. Windows color (decimal): -16046358 or 15345163. OLE color: 15345163.

HSL color Cylindrical-coordinate representation of color #0B26EA: hue angle of 232.74º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B26EA is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1138234-
CMYK0.950.8400.08
HSL232.74º91.02%48.04%-
HSV(B)232.74º95.3%91.76%-
XYZ15.687.478.44-
YUV52.27230.5598.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.89%
GREEN value IS 38 (15.23% from 255) = 13.43%
BLUE value IS 234 (91.80% from 255) = 82.69%
R=3.89%
G=13.43%
B=82.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11382340.950.8400.08232.7491.0248.04
HexB26EA5F5408e95b30
Octal134635213712401035113360
Binary1011100110111010101011111101010001000111010011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B26EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,38,234); }

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

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

 a { background-color: rgb(11,38,234); }

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

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

 span { border-color: rgb(11,38,234); }

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