Html Css Color HEX #002391 Smalt

📋 copy color: '#002391'

red 0 ◦ green 35 ◦ blue 145

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

Shades of Smalt #002391

Tints of Smalt #002391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 80.56%

R = 0%
G = 19.44%
B = 80.56%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#002391 (or 0x002391) is known color: Smalt. HEX triplet: 00, 23 and 91. RGB value is (0,35,145). Sum of RGB (Red+Green+Blue) = 0+35+145=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 145 (57.03% from 255 or 80.56% from 180); Max value from RGB is 145 - color contains mainly: blue. Hex color #002391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002391 is #FFDC6E. Grayscale: #242424. Windows color (decimal): -16768111 or 9511680. OLE color: 9511680.

HSL color Cylindrical-coordinate representation of color #002391: hue angle of 225.52º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002391 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 35 145 -
CMYK 1 0.76 0 0.43
HSL 225.52º 1% 0.28% -
HSV(B) 225.52º 1% 0.57% -
XYZ 5.71 3.25 27.11 -
YUV 37.08 188.9 101.56 -
System Red Green Blue C M Y K H S L
Decimal 0 35 145 1 0.76 0 0.43 225.52 1 0.28
Hex 0 23 91 64 4C 0 2B E2 64 1C
Octal 0 43 221 144 114 0 53 342 144 34
Binary 0 100011 10010001 1100100 1001100 0 101011 11100010 1100100 11100

Color Harmonies of #002391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002391

Black with #002391

Text Example


Text Example

White with #002391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002391; }

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

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

background-color css

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

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

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

border-color css

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

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

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