#0B228C

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

Shades of Smalt #0B228C

Tints of Smalt #0B228C

Color information

#0B228C (or 0x0B228C) is unknown color: approx Smalt. HEX triplet: 0B, 22 and 8C. RGB value is (11,34,140). Sum of RGB (Red+Green+Blue) = 11+34+140=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 140 (55.08% from 255 or 75.68% from 185); Max value from RGB is 140 - color contains mainly: blue. Hex color #0B228C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B228C is #F4DD73. Grayscale: #262626. Windows color (decimal): -16047476 or 9183755. OLE color: 9183755.

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

Color convert

RGB1134140-
CMYK0.920.7600.45
HSL229.3º85.43%29.61%-
HSV(B)229.3º92.14%54.9%-
XYZ5.443.1125.12-
YUV39.21184.88107.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.95%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 140 (55.08% from 255) = 75.68%
R=5.95%
G=18.38%
B=75.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11341400.920.7600.45229.385.4329.61
HexB228C5C4C02De5551e
Octal134221413411405534512536
Binary10111000101000110010111001001100010110111100101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,34,140); }

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

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

 a { background-color: rgb(11,34,140); }

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

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

 span { border-color: rgb(11,34,140); }

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