#0B4090

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

Shades of Smalt #0B4090

Tints of Smalt #0B4090

Color information

#0B4090 (or 0x0B4090) is unknown color: approx Smalt. HEX triplet: 0B, 40 and 90. RGB value is (11,64,144). Sum of RGB (Red+Green+Blue) = 11+64+144=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #0B4090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4090 is #F4BF6F. Grayscale: #383838. Windows color (decimal): -16039792 or 9453579. OLE color: 9453579.

HSL color Cylindrical-coordinate representation of color #0B4090: hue angle of 216.09º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B4090 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1164144-
CMYK0.920.5600.44
HSL216.09º85.81%30.39%-
HSV(B)216.09º92.36%56.47%-
XYZ7.015.7527.13-
YUV57.27176.9495-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.02%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 144 (56.64% from 255) = 65.75%
R=5.02%
G=29.22%
B=65.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11641440.920.5600.44216.0985.8130.39
HexB40905C3802Cd8561e
Octal131002201347005433012636
Binary10111000000100100001011100111000010110011011000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,64,144); }

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

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

 a { background-color: rgb(11,64,144); }

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

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

 span { border-color: rgb(11,64,144); }

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