#002688

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

Shades of Smalt #002688

Tints of Smalt #002688

Color information

#002688 (or 0x002688) is unknown color: approx Smalt. HEX triplet: 00, 26 and 88. RGB value is (0,38,136). Sum of RGB (Red+Green+Blue) = 0+38+136=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 136 (53.52% from 255 or 78.16% from 174); Max value from RGB is 136 - color contains mainly: blue. Hex color #002688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002688 is #FFD977. Grayscale: #252525. Windows color (decimal): -16767352 or 8922624. OLE color: 8922624.

HSL color Cylindrical-coordinate representation of color #002688: hue angle of 223.24º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002688 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB038136-
CMYK10.7200.47
HSL223.24º100%26.67%-
HSV(B)223.24º100%53.33%-
XYZ5.143.1623.63-
YUV37.81183.41101.03-

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) = 21.84%
BLUE value IS 136 (53.52% from 255) = 78.16%
R=0%
G=21.84%
B=78.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal03813610.7200.47223.2410026.67
Hex02688644802Fdf641b
Octal04621014411005733714433
Binary01001101000100011001001001000010111111011111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002688; }

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

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

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

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

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

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

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

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