#0B268B

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

Shades of Smalt #0B268B

Tints of Smalt #0B268B

Color information

#0B268B (or 0x0B268B) is unknown color: approx Smalt. HEX triplet: 0B, 26 and 8B. RGB value is (11,38,139). Sum of RGB (Red+Green+Blue) = 11+38+139=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B268B is #F4D974. Grayscale: #292929. Windows color (decimal): -16046453 or 9119243. OLE color: 9119243.

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

Color convert

RGB1138139-
CMYK0.920.7300.45
HSL227.34º85.33%29.41%-
HSV(B)227.34º92.09%54.51%-
XYZ5.493.3224.78-
YUV41.44183.05106.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.85%
GREEN value IS 38 (15.23% from 255) = 20.21%
BLUE value IS 139 (54.69% from 255) = 73.94%
R=5.85%
G=20.21%
B=73.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11381390.920.7300.45227.3485.3329.41
HexB268B5C4902De3551d
Octal134621313411105534312535
Binary10111001101000101110111001001001010110111100011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,38,139); }

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

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

 a { background-color: rgb(11,38,139); }

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

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

 span { border-color: rgb(11,38,139); }

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