#02268A

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

Shades of Smalt #02268A

Tints of Smalt #02268A

Color information

#02268A (or 0x02268A) is unknown color: approx Smalt. HEX triplet: 02, 26 and 8A. RGB value is (2,38,138). Sum of RGB (Red+Green+Blue) = 2+38+138=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 138 (54.30% from 255 or 77.53% from 178); Max value from RGB is 138 - color contains mainly: blue. Hex color #02268A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02268A is #FDD975. Grayscale: #262626. Windows color (decimal): -16636278 or 9053698. OLE color: 9053698.

HSL color Cylindrical-coordinate representation of color #02268A: hue angle of 224.12º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02268A is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB238138-
CMYK0.990.7200.46
HSL224.12º97.14%27.45%-
HSV(B)224.12º98.55%54.12%-
XYZ5.313.2324.39-
YUV38.64184.07101.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 38 (15.23% from 255) = 21.35%
BLUE value IS 138 (54.30% from 255) = 77.53%
R=1.12%
G=21.35%
B=77.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2381380.990.7200.46224.1297.1427.45
Hex2268A634802Ee0611b
Octal24621214311005634014133
Binary101001101000101011000111001000010111011100000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02268A; }

 p { color: rgb(2,38,138); }

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

<style>
 a { background-color: #02268A; }

 a { background-color: rgb(2,38,138); }

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

<style>
 span { border-color: #02268A; }

 span { border-color: rgb(2,38,138); }

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