#0b2a85

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

Shades of Smalt #0B2A85

Tints of Smalt #0B2A85

Color information

#0B2A85 (or 0x0B2A85) is unknown color: approx Smalt. HEX triplet: 0B, 2A and 85. RGB value is (11,42,133). Sum of RGB (Red+Green+Blue) = 11+42+133=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #0B2A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2A85 is #F4D57A. Grayscale: #2A2A2A. Windows color (decimal): -16045435 or 8727051. OLE color: 8727051.

HSL color Cylindrical-coordinate representation of color #0B2A85: hue angle of 224.75º 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 #0B2A85 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1142133-
CMYK0.920.6800.48
HSL224.75º84.72%28.24%-
HSV(B)224.75º91.73%52.16%-
XYZ5.23.4222.58-
YUV43.1178.73105.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.91%
GREEN value IS 42 (16.80% from 255) = 22.58%
BLUE value IS 133 (52.34% from 255) = 71.51%
R=5.91%
G=22.58%
B=71.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11421330.920.6800.48224.7584.7228.24
HexB2A855C44030e1551c
Octal135220513410406034112534
Binary10111010101000010110111001000100011000011100001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b2a85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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