Html Css Color HEX #003087 Smalt

📋 copy color: '#003087'

red 0 ◦ green 48 ◦ blue 135

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

Shades of Smalt #003087

Tints of Smalt #003087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.23%

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

R = 0%
G = 26.23%
B = 73.77%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#003087 (or 0x003087) is known color: Smalt. HEX triplet: 00, 30 and 87. RGB value is (0,48,135). Sum of RGB (Red+Green+Blue) = 0+48+135=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 135 (53.12% from 255 or 73.77% from 183); Max value from RGB is 135 - color contains mainly: blue. Hex color #003087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003087 is #FFCF78. Grayscale: #2B2B2B. Windows color (decimal): -16764793 or 8859648. OLE color: 8859648.

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

Color convert

RGB 0 48 135 -
CMYK 1 0.64 0 0.47
HSL 218.67º 1% 0.26% -
HSV(B) 218.67º 1% 0.53% -
XYZ 5.43 3.86 23.38 -
YUV 43.57 179.6 96.93 -
System Red Green Blue C M Y K H S L
Decimal 0 48 135 1 0.64 0 0.47 218.67 1 0.26
Hex 0 30 87 64 40 0 2F DB 64 1A
Octal 0 60 207 144 100 0 57 333 144 32
Binary 0 110000 10000111 1100100 1000000 0 101111 11011011 1100100 11010

Color Harmonies of #003087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003087

Black with #003087

Text Example


Text Example

White with #003087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003087; }

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

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

background-color css

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

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

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

border-color css

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

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

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