#0B08C4

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

Shades of Medium Blue #0B08C4

Tints of Medium Blue #0B08C4

Color information

#0B08C4 (or 0x0B08C4) is unknown color: approx Medium Blue. HEX triplet: 0B, 08 and C4. RGB value is (11,8,196). Sum of RGB (Red+Green+Blue) = 11+8+196=215 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.12% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 196 (76.95% from 255 or 91.16% from 215); Max value from RGB is 196 - color contains mainly: blue. Hex color #0B08C4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B08C4 is #F4F73B. Grayscale: #1D1D1D. Windows color (decimal): -16054076 or 12847115. OLE color: 12847115.

HSL color Cylindrical-coordinate representation of color #0B08C4: hue angle of 240.96º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B08C4 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB118196-
CMYK0.940.9600.23
HSL240.96º92.16%40%-
HSV(B)240.96º95.92%76.86%-
XYZ10.194.2352.5-
YUV30.33221.49114.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.12%
GREEN value IS 8 (3.52% from 255) = 3.72%
BLUE value IS 196 (76.95% from 255) = 91.16%
R=5.12%
G=3.72%
B=91.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181960.940.9600.23240.9692.1640
HexB8C45E60017f15c28
Octal131030413614002736113450
Binary101110001100010010111101100000010111111100011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B08C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,8,196); }

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

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

 a { background-color: rgb(11,8,196); }

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

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

 span { border-color: rgb(11,8,196); }

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