#0B09CA

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

Shades of Medium Blue #0B09CA

Tints of Medium Blue #0B09CA

Color information

#0B09CA (or 0x0B09CA) is unknown color: approx Medium Blue. HEX triplet: 0B, 09 and CA. RGB value is (11,9,202). Sum of RGB (Red+Green+Blue) = 11+9+202=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 202 (79.30% from 255 or 90.99% from 222); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B09CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B09CA is #F4F635. Grayscale: #1E1E1E. Windows color (decimal): -16053814 or 13240587. OLE color: 13240587.

HSL color Cylindrical-coordinate representation of color #0B09CA: hue angle of 240.62º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B09CA is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119202-
CMYK0.950.9600.21
HSL240.62º91.47%41.37%-
HSV(B)240.62º95.54%79.22%-
XYZ10.94.5356.18-
YUV31.6224.16113.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.95%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 202 (79.30% from 255) = 90.99%
R=4.95%
G=4.05%
B=90.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1192020.950.9600.21240.6291.4741.37
HexB9CA5F60015f15b29
Octal131131213714002536113351
Binary101110011100101010111111100000010101111100011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B09CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,9,202); }

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

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

 a { background-color: rgb(11,9,202); }

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

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

 span { border-color: rgb(11,9,202); }

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