#0B24EA

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

Shades of Blue #0B24EA

Tints of Blue #0B24EA

Color information

#0B24EA (or 0x0B24EA) is unknown color: approx Blue. HEX triplet: 0B, 24 and EA. RGB value is (11,36,234). Sum of RGB (Red+Green+Blue) = 11+36+234=281 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.91% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 234 (91.80% from 255 or 83.27% from 281); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B24EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B24EA is #F4DB15. Grayscale: #323232. Windows color (decimal): -16046870 or 15344651. OLE color: 15344651.

HSL color Cylindrical-coordinate representation of color #0B24EA: hue angle of 233.27º 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 #0B24EA is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1136234-
CMYK0.950.8500.08
HSL233.27º91.02%48.04%-
HSV(B)233.27º95.3%91.76%-
XYZ15.627.2778.42-
YUV51.1231.2299.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.91%
GREEN value IS 36 (14.45% from 255) = 12.81%
BLUE value IS 234 (91.80% from 255) = 83.27%
R=3.91%
G=12.81%
B=83.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11362340.950.8500.08233.2791.0248.04
HexB24EA5F5508e95b30
Octal134435213712501035113360
Binary1011100100111010101011111101010101000111010011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B24EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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