#002699

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

Shades of Smalt #002699

Tints of Smalt #002699

Color information

#002699 (or 0x002699) is unknown color: approx Smalt. HEX triplet: 00, 26 and 99. RGB value is (0,38,153). Sum of RGB (Red+Green+Blue) = 0+38+153=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #002699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002699 is #FFD966. Grayscale: #272727. Windows color (decimal): -16767335 or 10036736. OLE color: 10036736.

HSL color Cylindrical-coordinate representation of color #002699: hue angle of 225.1º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002699 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB038153-
CMYK10.7500.4
HSL225.1º100%30%-
HSV(B)225.1º100%60%-
XYZ6.443.6930.51-
YUV39.75191.9199.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 153 (60.16% from 255) = 80.10%
R=0%
G=19.90%
B=80.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal03815310.7500.4225.110030
Hex02699644B028e1641e
Octal04623114411305034114436
Binary01001101001100111001001001011010100011100001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002699; }

 p { color: rgb(0,38,153); }

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

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

 a { background-color: rgb(0,38,153); }

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

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

 span { border-color: rgb(0,38,153); }

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