Html Css Color HEX #003992 Smalt

📋 copy color: '#003992'

red 0 ◦ green 57 ◦ blue 146

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

Shades of Smalt #003992

Tints of Smalt #003992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.08%

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

R = 0%
G = 28.08%
B = 71.92%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#003992 (or 0x003992) is known color: Smalt. HEX triplet: 00, 39 and 92. RGB value is (0,57,146). Sum of RGB (Red+Green+Blue) = 0+57+146=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #003992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003992 is #FFC66D. Grayscale: #313131. Windows color (decimal): -16762478 or 9582848. OLE color: 9582848.

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

Color convert

RGB 0 57 146 -
CMYK 1 0.61 0 0.43
HSL 216.58º 1% 0.29% -
HSV(B) 216.58º 1% 0.57% -
XYZ 6.65 5 27.81 -
YUV 50.1 182.12 92.26 -
System Red Green Blue C M Y K H S L
Decimal 0 57 146 1 0.61 0 0.43 216.58 1 0.29
Hex 0 39 92 64 3D 0 2B D9 64 1D
Octal 0 71 222 144 75 0 53 331 144 35
Binary 0 111001 10010010 1100100 111101 0 101011 11011001 1100100 11101

Color Harmonies of #003992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003992

Black with #003992

Text Example


Text Example

White with #003992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003992; }

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

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

background-color css

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

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

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

border-color css

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

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

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