Html Css Color HEX #004293 Smalt

📋 copy color: '#004293'

red 0 ◦ green 66 ◦ blue 147

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

Shades of Smalt #004293

Tints of Smalt #004293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 69.01%

R = 0%
G = 30.99%
B = 69.01%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#004293 (or 0x004293) is known color: Smalt. HEX triplet: 00, 42 and 93. RGB value is (0,66,147). Sum of RGB (Red+Green+Blue) = 0+66+147=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #004293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004293 is #FFBD6C. Grayscale: #373737. Windows color (decimal): -16760173 or 9650688. OLE color: 9650688.

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

Color convert

RGB 0 66 147 -
CMYK 1 0.55 0 0.42
HSL 213.06º 1% 0.29% -
HSV(B) 213.06º 1% 0.58% -
XYZ 7.21 6 28.38 -
YUV 55.5 179.63 88.41 -
System Red Green Blue C M Y K H S L
Decimal 0 66 147 1 0.55 0 0.42 213.06 1 0.29
Hex 0 42 93 64 37 0 2A D5 64 1D
Octal 0 102 223 144 67 0 52 325 144 35
Binary 0 1000010 10010011 1100100 110111 0 101010 11010101 1100100 11101

Color Harmonies of #004293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004293

Black with #004293

Text Example


Text Example

White with #004293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004293; }

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

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

background-color css

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

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

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

border-color css

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

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

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