#02268D

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

Shades of Smalt #02268D

Tints of Smalt #02268D

Color information

#02268D (or 0x02268D) is unknown color: approx Smalt. HEX triplet: 02, 26 and 8D. RGB value is (2,38,141). Sum of RGB (Red+Green+Blue) = 2+38+141=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 141 (55.47% from 255 or 77.90% from 181); Max value from RGB is 141 - color contains mainly: blue. Hex color #02268D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02268D is #FDD972. Grayscale: #262626. Windows color (decimal): -16636275 or 9250306. OLE color: 9250306.

HSL color Cylindrical-coordinate representation of color #02268D: hue angle of 224.46º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02268D is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB238141-
CMYK0.990.7300.45
HSL224.46º97.2%28.04%-
HSV(B)224.46º98.58%55.29%-
XYZ5.533.3225.55-
YUV38.98185.57101.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 38 (15.23% from 255) = 20.99%
BLUE value IS 141 (55.47% from 255) = 77.90%
R=1.10%
G=20.99%
B=77.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2381410.990.7300.45224.4697.228.04
Hex2268D634902De0611c
Octal24621514311105534014134
Binary101001101000110111000111001001010110111100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02268D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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