#002585

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

Shades of Smalt #002585

Tints of Smalt #002585

Color information

#002585 (or 0x002585) is unknown color: approx Smalt. HEX triplet: 00, 25 and 85. RGB value is (0,37,133). Sum of RGB (Red+Green+Blue) = 0+37+133=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 133 (52.34% from 255 or 78.24% from 170); Max value from RGB is 133 - color contains mainly: blue. Hex color #002585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002585 is #FFDA7A. Grayscale: #242424. Windows color (decimal): -16767611 or 8725760. OLE color: 8725760.

HSL color Cylindrical-coordinate representation of color #002585: hue angle of 223.31º 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 #002585 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB037133-
CMYK10.7200.48
HSL223.31º100%26.08%-
HSV(B)223.31º100%52.16%-
XYZ4.93.0222.51-
YUV36.88182.24101.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 21.76%
BLUE value IS 133 (52.34% from 255) = 78.24%
R=0%
G=21.76%
B=78.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal03713310.7200.48223.3110026.08
Hex025856448030df641a
Octal04520514411006033714432
Binary01001011000010111001001001000011000011011111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002585; }

 p { color: rgb(0,37,133); }

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

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

 a { background-color: rgb(0,37,133); }

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

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

 span { border-color: rgb(0,37,133); }

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