#000287

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

Shades of Dark Blue #000287

Tints of Dark Blue #000287

Color information

#000287 (or 0x000287) is unknown color: approx Dark Blue. HEX triplet: 00, 02 and 87. RGB value is (0,2,135). Sum of RGB (Red+Green+Blue) = 0+2+135=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 135 (53.12% from 255 or 98.54% from 137); Max value from RGB is 135 - color contains mainly: blue. Hex color #000287 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000287 is #FFFD78. Grayscale: #101010. Windows color (decimal): -16776569 or 8847872. OLE color: 8847872.

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

Color convert

RGB02135-
CMYK10.9900.47
HSL239.11º100%26.47%-
HSV(B)239.11º100%52.94%-
XYZ4.391.7923.04-
YUV16.56194.84116.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 135 (53.12% from 255) = 98.54%
R=0%
G=1.46%
B=98.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0213510.9900.47239.1110026.47
Hex0287646302Fef641a
Octal0220714414305735714432
Binary0101000011111001001100011010111111101111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000287; }

 p { color: rgb(0,2,135); }

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

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

 a { background-color: rgb(0,2,135); }

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

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

 span { border-color: rgb(0,2,135); }

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