Html Css Color HEX #002387 Smalt

📋 copy color: '#002387'

red 0 ◦ green 35 ◦ blue 135

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

Shades of Smalt #002387

Tints of Smalt #002387

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.59%

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

R = 0%
G = 20.59%
B = 79.41%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#002387 (or 0x002387) is known color: Smalt. HEX triplet: 00, 23 and 87. RGB value is (0,35,135). Sum of RGB (Red+Green+Blue) = 0+35+135=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 135 (53.12% from 255 or 79.41% from 170); Max value from RGB is 135 - color contains mainly: blue. Hex color #002387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002387 is #FFDC78. Grayscale: #232323. Windows color (decimal): -16768121 or 8856320. OLE color: 8856320.

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

Color convert

RGB 0 35 135 -
CMYK 1 0.74 0 0.47
HSL 224.44º 1% 0.26% -
HSV(B) 224.44º 1% 0.53% -
XYZ 4.97 2.95 23.23 -
YUV 35.94 183.9 102.37 -
System Red Green Blue C M Y K H S L
Decimal 0 35 135 1 0.74 0 0.47 224.44 1 0.26
Hex 0 23 87 64 4A 0 2F E0 64 1A
Octal 0 43 207 144 112 0 57 340 144 32
Binary 0 100011 10000111 1100100 1001010 0 101111 11100000 1100100 11010

Color Harmonies of #002387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002387

Black with #002387

Text Example


Text Example

White with #002387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002387; }

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

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

background-color css

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

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

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

border-color css

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

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

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