Html Css Color HEX #004093 Smalt

📋 copy color: '#004093'

red 0 ◦ green 64 ◦ blue 147

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

Shades of Smalt #004093

Tints of Smalt #004093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

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

R = 0%
G = 30.33%
B = 69.67%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#004093 (or 0x004093) is known color: Smalt. HEX triplet: 00, 40 and 93. RGB value is (0,64,147). Sum of RGB (Red+Green+Blue) = 0+64+147=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #004093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004093 is #FFBF6C. Grayscale: #353535. Windows color (decimal): -16760685 or 9650176. OLE color: 9650176.

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

Color convert

RGB 0 64 147 -
CMYK 1 0.56 0 0.42
HSL 213.88º 1% 0.29% -
HSV(B) 213.88º 1% 0.58% -
XYZ 7.1 5.77 28.34 -
YUV 54.33 180.3 89.25 -
System Red Green Blue C M Y K H S L
Decimal 0 64 147 1 0.56 0 0.42 213.88 1 0.29
Hex 0 40 93 64 38 0 2A D6 64 1D
Octal 0 100 223 144 70 0 52 326 144 35
Binary 0 1000000 10010011 1100100 111000 0 101010 11010110 1100100 11101

Color Harmonies of #004093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004093

Black with #004093

Text Example


Text Example

White with #004093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004093; }

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

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

background-color css

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

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

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

border-color css

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

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

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