Html Css Color HEX #004292 Smalt

📋 copy color: '#004292'

red 0 ◦ green 66 ◦ blue 146

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

Shades of Smalt #004292

Tints of Smalt #004292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 68.87%

R = 0%
G = 31.13%
B = 68.87%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#004292 (or 0x004292) is known color: Smalt. HEX triplet: 00, 42 and 92. RGB value is (0,66,146). Sum of RGB (Red+Green+Blue) = 0+66+146=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #004292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004292 is #FFBD6D. Grayscale: #373737. Windows color (decimal): -16760174 or 9585152. OLE color: 9585152.

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

Color convert

RGB 0 66 146 -
CMYK 1 0.55 0 0.43
HSL 212.88º 1% 0.29% -
HSV(B) 212.88º 1% 0.57% -
XYZ 7.14 5.97 27.97 -
YUV 55.39 179.13 88.5 -
System Red Green Blue C M Y K H S L
Decimal 0 66 146 1 0.55 0 0.43 212.88 1 0.29
Hex 0 42 92 64 37 0 2B D5 64 1D
Octal 0 102 222 144 67 0 53 325 144 35
Binary 0 1000010 10010010 1100100 110111 0 101011 11010101 1100100 11101

Color Harmonies of #004292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004292

Black with #004292

Text Example


Text Example

White with #004292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004292; }

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

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

background-color css

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

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

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

border-color css

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

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

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