Html Css Color HEX #002997 Smalt

📋 copy color: '#002997'

red 0 ◦ green 41 ◦ blue 151

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

Shades of Smalt #002997

Tints of Smalt #002997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

 BLUE value IS 151 (59.38% from 255) = 78.65%

R = 0%
G = 21.35%
B = 78.65%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#002997 (or 0x002997) is known color: Smalt. HEX triplet: 00, 29 and 97. RGB value is (0,41,151). Sum of RGB (Red+Green+Blue) = 0+41+151=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 151 (59.38% from 255 or 78.65% from 192); Max value from RGB is 151 - color contains mainly: blue. Hex color #002997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002997 is #FFD668. Grayscale: #282828. Windows color (decimal): -16766569 or 9906432. OLE color: 9906432.

HSL color Cylindrical-coordinate representation of color #002997: hue angle of 223.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002997 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 41 151 -
CMYK 1 0.73 0 0.41
HSL 223.71º 1% 0.3% -
HSV(B) 223.71º 1% 0.59% -
XYZ 6.38 3.82 29.68 -
YUV 41.28 189.92 98.56 -
System Red Green Blue C M Y K H S L
Decimal 0 41 151 1 0.73 0 0.41 223.71 1 0.3
Hex 0 29 97 64 49 0 29 E0 64 1E
Octal 0 51 227 144 111 0 51 340 144 36
Binary 0 101001 10010111 1100100 1001001 0 101001 11100000 1100100 11110

Color Harmonies of #002997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002997

Black with #002997

Text Example


Text Example

White with #002997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002997; }

 p { color: rgb(0,41,151); }

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

background-color css

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

 a { background-color: rgb(0,41,151); }

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

border-color css

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

 span { border-color: rgb(0,41,151); }

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