Html Css Color HEX #004596 Smalt

📋 copy color: '#004596'

red 0 ◦ green 69 ◦ blue 150

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

Shades of Smalt #004596

Tints of Smalt #004596

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

 BLUE value IS 150 (58.98% from 255) = 68.49%

R = 0%
G = 31.51%
B = 68.49%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#004596 (or 0x004596) is known color: Smalt. HEX triplet: 00, 45 and 96. RGB value is (0,69,150). Sum of RGB (Red+Green+Blue) = 0+69+150=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #004596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004596 is #FFBA69. Grayscale: #393939. Windows color (decimal): -16759402 or 9848064. OLE color: 9848064.

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

Color convert

RGB 0 69 150 -
CMYK 1 0.54 0 0.41
HSL 212.4º 1% 0.29% -
HSV(B) 212.4º 1% 0.59% -
XYZ 7.63 6.46 29.7 -
YUV 57.6 180.14 86.91 -
System Red Green Blue C M Y K H S L
Decimal 0 69 150 1 0.54 0 0.41 212.4 1 0.29
Hex 0 45 96 64 36 0 29 D4 64 1D
Octal 0 105 226 144 66 0 51 324 144 35
Binary 0 1000101 10010110 1100100 110110 0 101001 11010100 1100100 11101

Color Harmonies of #004596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004596

Black with #004596

Text Example


Text Example

White with #004596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004596; }

 p { color: rgb(0,69,150); }

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

background-color css

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

 a { background-color: rgb(0,69,150); }

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

border-color css

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

 span { border-color: rgb(0,69,150); }

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