Html Css Color HEX #002791 Smalt

📋 copy color: '#002791'

red 0 ◦ green 39 ◦ blue 145

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

Shades of Smalt #002791

Tints of Smalt #002791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.2%

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

R = 0%
G = 21.2%
B = 78.8%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#002791 (or 0x002791) is known color: Smalt. HEX triplet: 00, 27 and 91. RGB value is (0,39,145). Sum of RGB (Red+Green+Blue) = 0+39+145=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 145 (57.03% from 255 or 78.80% from 184); Max value from RGB is 145 - color contains mainly: blue. Hex color #002791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002791 is #FFD86E. Grayscale: #262626. Windows color (decimal): -16767087 or 9512704. OLE color: 9512704.

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

Color convert

RGB 0 39 145 -
CMYK 1 0.73 0 0.43
HSL 223.86º 1% 0.28% -
HSV(B) 223.86º 1% 0.57% -
XYZ 5.84 3.5 27.16 -
YUV 39.42 187.58 99.88 -
System Red Green Blue C M Y K H S L
Decimal 0 39 145 1 0.73 0 0.43 223.86 1 0.28
Hex 0 27 91 64 49 0 2B E0 64 1C
Octal 0 47 221 144 111 0 53 340 144 34
Binary 0 100111 10010001 1100100 1001001 0 101011 11100000 1100100 11100

Color Harmonies of #002791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002791

Black with #002791

Text Example


Text Example

White with #002791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002791; }

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

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

background-color css

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

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

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

border-color css

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

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

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