Html Css Color HEX #004294 Smalt

📋 copy color: '#004294'

red 0 ◦ green 66 ◦ blue 148

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

Shades of Smalt #004294

Tints of Smalt #004294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 69.16%

R = 0%
G = 30.84%
B = 69.16%

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

#004294 (or 0x004294) is known color: Smalt. HEX triplet: 00, 42 and 94. RGB value is (0,66,148). Sum of RGB (Red+Green+Blue) = 0+66+148=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #004294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004294 is #FFBD6B. Grayscale: #373737. Windows color (decimal): -16760172 or 9716224. OLE color: 9716224.

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

Color convert

RGB 0 66 148 -
CMYK 1 0.55 0 0.42
HSL 213.24º 1% 0.29% -
HSV(B) 213.24º 1% 0.58% -
XYZ 7.29 6.03 28.8 -
YUV 55.61 180.13 88.33 -
System Red Green Blue C M Y K H S L
Decimal 0 66 148 1 0.55 0 0.42 213.24 1 0.29
Hex 0 42 94 64 37 0 2A D5 64 1D
Octal 0 102 224 144 67 0 52 325 144 35
Binary 0 1000010 10010100 1100100 110111 0 101010 11010101 1100100 11101

Color Harmonies of #004294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004294

Black with #004294

Text Example


Text Example

White with #004294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004294; }

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

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

background-color css

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

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

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

border-color css

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

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

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