#0B368A

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

Shades of Smalt #0B368A

Tints of Smalt #0B368A

Color information

#0B368A (or 0x0B368A) is unknown color: approx Smalt. HEX triplet: 0B, 36 and 8A. RGB value is (11,54,138). Sum of RGB (Red+Green+Blue) = 11+54+138=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B368A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B368A is #F4C975. Grayscale: #323232. Windows color (decimal): -16042358 or 9057803. OLE color: 9057803.

HSL color Cylindrical-coordinate representation of color #0B368A: hue angle of 219.69º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B368A is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1154138-
CMYK0.920.6100.46
HSL219.69º85.23%29.22%-
HSV(B)219.69º92.03%54.12%-
XYZ6.044.5424.6-
YUV50.72177.2599.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.42%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 138 (54.30% from 255) = 67.98%
R=5.42%
G=26.60%
B=67.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11541380.920.6100.46219.6985.2329.22
HexB368A5C3D02Edc551d
Octal13662121347505633412535
Binary1011110110100010101011100111101010111011011100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,54,138); }

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

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

 a { background-color: rgb(11,54,138); }

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

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

 span { border-color: rgb(11,54,138); }

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