#002784

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

Shades of Smalt #002784

Tints of Smalt #002784

Color information

#002784 (or 0x002784) is unknown color: approx Smalt. HEX triplet: 00, 27 and 84. RGB value is (0,39,132). Sum of RGB (Red+Green+Blue) = 0+39+132=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 132 (51.95% from 255 or 77.19% from 171); Max value from RGB is 132 - color contains mainly: blue. Hex color #002784 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002784 is #FFD87B. Grayscale: #252525. Windows color (decimal): -16767100 or 8660736. OLE color: 8660736.

HSL color Cylindrical-coordinate representation of color #002784: hue angle of 222.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002784 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB039132-
CMYK10.7000.48
HSL222.27º100%25.88%-
HSV(B)222.27º100%51.76%-
XYZ4.893.1222.17-
YUV37.94181.08100.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 132 (51.95% from 255) = 77.19%
R=0%
G=22.81%
B=77.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal03913210.7000.48222.2710025.88
Hex027846446030de641a
Octal04720414410606033614432
Binary01001111000010011001001000110011000011011110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002784; }

 p { color: rgb(0,39,132); }

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

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

 a { background-color: rgb(0,39,132); }

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

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

 span { border-color: rgb(0,39,132); }

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