Html Css Color HEX #004297 Smalt

📋 copy color: '#004297'

red 0 ◦ green 66 ◦ blue 151

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

Shades of Smalt #004297

Tints of Smalt #004297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

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

R = 0%
G = 30.41%
B = 69.59%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#004297 (or 0x004297) is known color: Smalt. HEX triplet: 00, 42 and 97. RGB value is (0,66,151). Sum of RGB (Red+Green+Blue) = 0+66+151=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 151 (59.38% from 255 or 69.59% from 217); Max value from RGB is 151 - color contains mainly: blue. Hex color #004297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004297 is #FFBD68. Grayscale: #373737. Windows color (decimal): -16760169 or 9912832. OLE color: 9912832.

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

Color convert

RGB 0 66 151 -
CMYK 1 0.56 0 0.41
HSL 213.77º 1% 0.3% -
HSV(B) 213.77º 1% 0.59% -
XYZ 7.53 6.13 30.06 -
YUV 55.96 181.63 88.09 -
System Red Green Blue C M Y K H S L
Decimal 0 66 151 1 0.56 0 0.41 213.77 1 0.3
Hex 0 42 97 64 38 0 29 D6 64 1E
Octal 0 102 227 144 70 0 51 326 144 36
Binary 0 1000010 10010111 1100100 111000 0 101001 11010110 1100100 11110

Color Harmonies of #004297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004297

Black with #004297

Text Example


Text Example

White with #004297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004297; }

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

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

background-color css

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

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

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

border-color css

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

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

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