#0B298A

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

Shades of Smalt #0B298A

Tints of Smalt #0B298A

Color information

#0B298A (or 0x0B298A) is unknown color: approx Smalt. HEX triplet: 0B, 29 and 8A. RGB value is (11,41,138). Sum of RGB (Red+Green+Blue) = 11+41+138=190 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.79% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B298A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B298A is #F4D675. Grayscale: #2A2A2A. Windows color (decimal): -16045686 or 9054475. OLE color: 9054475.

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

Color convert

RGB1141138-
CMYK0.920.7000.46
HSL225.83º85.23%29.22%-
HSV(B)225.83º92.03%54.12%-
XYZ5.523.4924.43-
YUV43.09181.56105.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.79%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 138 (54.30% from 255) = 72.63%
R=5.79%
G=21.58%
B=72.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11411380.920.7000.46225.8385.2329.22
HexB298A5C4602Ee2551d
Octal135121213410605634212535
Binary10111010011000101010111001000110010111011100010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B298A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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