#0A268C

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

Shades of Smalt #0A268C

Tints of Smalt #0A268C

Color information

#0A268C (or 0x0A268C) is unknown color: approx Smalt. HEX triplet: 0A, 26 and 8C. RGB value is (10,38,140). Sum of RGB (Red+Green+Blue) = 10+38+140=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 140 (55.08% from 255 or 74.47% from 188); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A268C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A268C is #F5D973. Grayscale: #282828. Windows color (decimal): -16111988 or 9184778. OLE color: 9184778.

HSL color Cylindrical-coordinate representation of color #0A268C: hue angle of 227.08º 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 #0A268C is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1038140-
CMYK0.930.7300.45
HSL227.08º86.67%29.41%-
HSV(B)227.08º92.86%54.9%-
XYZ5.553.3425.16-
YUV41.26183.72105.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.32%
GREEN value IS 38 (15.23% from 255) = 20.21%
BLUE value IS 140 (55.08% from 255) = 74.47%
R=5.32%
G=20.21%
B=74.47%

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
Decimal10381400.930.7300.45227.0886.6729.41
HexA268C5D4902De3571d
Octal124621413511105534312735
Binary10101001101000110010111011001001010110111100011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A268C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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