Html Css Color HEX #002C87 Smalt

📋 copy color: '#002C87'

red 0 ◦ green 44 ◦ blue 135

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

Shades of Smalt #002C87

Tints of Smalt #002C87

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.58%

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

R = 0%
G = 24.58%
B = 75.42%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#002C87 (or 0x002C87) is known color: Smalt. HEX triplet: 00, 2C and 87. RGB value is (0,44,135). Sum of RGB (Red+Green+Blue) = 0+44+135=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 135 (53.12% from 255 or 75.42% from 179); Max value from RGB is 135 - color contains mainly: blue. Hex color #002C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002C87 is #FFD378. Grayscale: #282828. Windows color (decimal): -16765817 or 8858624. OLE color: 8858624.

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

Color convert

RGB 0 44 135 -
CMYK 1 0.67 0 0.47
HSL 220.44º 1% 0.26% -
HSV(B) 220.44º 1% 0.53% -
XYZ 5.27 3.55 23.33 -
YUV 41.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 0 44 135 1 0.67 0 0.47 220.44 1 0.26
Hex 0 2C 87 64 43 0 2F DC 64 1A
Octal 0 54 207 144 103 0 57 334 144 32
Binary 0 101100 10000111 1100100 1000011 0 101111 11011100 1100100 11010

Color Harmonies of #002C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C87

Black with #002C87

Text Example


Text Example

White with #002C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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