#0B238F

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

Shades of Smalt #0B238F

Tints of Smalt #0B238F

Color information

#0B238F (or 0x0B238F) is unknown color: approx Smalt. HEX triplet: 0B, 23 and 8F. RGB value is (11,35,143). Sum of RGB (Red+Green+Blue) = 11+35+143=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 143 (56.25% from 255 or 75.66% from 189); Max value from RGB is 143 - color contains mainly: blue. Hex color #0B238F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B238F is #F4DC70. Grayscale: #272727. Windows color (decimal): -16047217 or 9380619. OLE color: 9380619.

HSL color Cylindrical-coordinate representation of color #0B238F: hue angle of 229.09º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B238F is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1135143-
CMYK0.920.7600.44
HSL229.09º85.71%30.2%-
HSV(B)229.09º92.31%56.08%-
XYZ5.73.2626.31-
YUV40.14186.05107.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.82%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 143 (56.25% from 255) = 75.66%
R=5.82%
G=18.52%
B=75.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11351430.920.7600.44229.0985.7130.2
HexB238F5C4C02Ce5561e
Octal134321713411405434512636
Binary10111000111000111110111001001100010110011100101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B238F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,35,143); }

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

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

 a { background-color: rgb(11,35,143); }

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

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

 span { border-color: rgb(11,35,143); }

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