#0B2C85

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

Shades of Smalt #0B2C85

Tints of Smalt #0B2C85

Color information

#0B2C85 (or 0x0B2C85) is unknown color: approx Smalt. HEX triplet: 0B, 2C and 85. RGB value is (11,44,133). Sum of RGB (Red+Green+Blue) = 11+44+133=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #0B2C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2C85 is #F4D37A. Grayscale: #2B2B2B. Windows color (decimal): -16044923 or 8727563. OLE color: 8727563.

HSL color Cylindrical-coordinate representation of color #0B2C85: hue angle of 223.77º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B2C85 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1144133-
CMYK0.920.6700.48
HSL223.77º84.72%28.24%-
HSV(B)223.77º91.73%52.16%-
XYZ5.273.5722.6-
YUV44.28178.07104.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.85%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 133 (52.34% from 255) = 70.74%
R=5.85%
G=23.40%
B=70.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11441330.920.6700.48223.7784.7228.24
HexB2C855C43030e0551c
Octal135420513410306034012534
Binary10111011001000010110111001000011011000011100000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,44,133); }

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

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

 a { background-color: rgb(11,44,133); }

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

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

 span { border-color: rgb(11,44,133); }

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