#0A268B

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

Shades of Smalt #0A268B

Tints of Smalt #0A268B

Color information

#0A268B (or 0x0A268B) is unknown color: approx Smalt. HEX triplet: 0A, 26 and 8B. RGB value is (10,38,139). Sum of RGB (Red+Green+Blue) = 10+38+139=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 139 (54.69% from 255 or 74.33% from 187); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A268B is #F5D974. Grayscale: #282828. Windows color (decimal): -16111989 or 9119242. OLE color: 9119242.

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

Color convert

RGB1038139-
CMYK0.930.7300.45
HSL226.98º86.58%29.22%-
HSV(B)226.98º92.81%54.51%-
XYZ5.483.3124.78-
YUV41.14183.22105.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 139 (54.69% from 255) = 74.33%
R=5.35%
G=20.32%
B=74.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10381390.930.7300.45226.9886.5829.22
HexA268B5D4902De3571d
Octal124621313511105534312735
Binary10101001101000101110111011001001010110111100011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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