#002785

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

Shades of Smalt #002785

Tints of Smalt #002785

Color information

#002785 (or 0x002785) is unknown color: approx Smalt. HEX triplet: 00, 27 and 85. RGB value is (0,39,133). Sum of RGB (Red+Green+Blue) = 0+39+133=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 133 (52.34% from 255 or 77.33% from 172); Max value from RGB is 133 - color contains mainly: blue. Hex color #002785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002785 is #FFD87A. Grayscale: #252525. Windows color (decimal): -16767099 or 8726272. OLE color: 8726272.

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

Color convert

RGB039133-
CMYK10.7100.48
HSL222.41º100%26.08%-
HSV(B)222.41º100%52.16%-
XYZ4.963.1422.54-
YUV38.06181.58100.86-

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.67%
BLUE value IS 133 (52.34% from 255) = 77.33%
R=0%
G=22.67%
B=77.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal03913310.7100.48222.4110026.08
Hex027856447030de641a
Octal04720514410706033614432
Binary01001111000010111001001000111011000011011110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002785; }

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

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

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

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

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

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

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

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