Html Css Color HEX #002087 Smalt

📋 copy color: '#002087'

red 0 ◦ green 32 ◦ blue 135

#002087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #002087

Tints of Smalt #002087

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 32 (12.89% from 255) = 19.16%

 BLUE value IS 135 (53.13% from 255) = 80.84%

R = 0%
G = 19.16%
B = 80.84%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#002087 (or 0x002087) is known color: Smalt. HEX triplet: 00, 20 and 87. RGB value is (0,32,135). Sum of RGB (Red+Green+Blue) = 0+32+135=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 135 (53.12% from 255 or 80.84% from 167); Max value from RGB is 135 - color contains mainly: blue. Hex color #002087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002087 is #FFDF78. Grayscale: #212121. Windows color (decimal): -16768889 or 8855552. OLE color: 8855552.

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

Color convert

RGB 0 32 135 -
CMYK 1 0.76 0 0.47
HSL 225.78º 1% 0.26% -
HSV(B) 225.78º 1% 0.53% -
XYZ 4.89 2.78 23.2 -
YUV 34.17 184.9 103.62 -
System Red Green Blue C M Y K H S L
Decimal 0 32 135 1 0.76 0 0.47 225.78 1 0.26
Hex 0 20 87 64 4C 0 2F E2 64 1A
Octal 0 40 207 144 114 0 57 342 144 32
Binary 0 100000 10000111 1100100 1001100 0 101111 11100010 1100100 11010

Color Harmonies of #002087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002087

Black with #002087

Text Example


Text Example

White with #002087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002087; }

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

 H1.HeaderClassName
 {
   color: #002087;
 }
 .AnyTagClassName
 {
   color: #002087;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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