Html Css Color HEX #003F94 Smalt

📋 copy color: '#003F94'

red 0 ◦ green 63 ◦ blue 148

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

Shades of Smalt #003F94

Tints of Smalt #003F94

RGB

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

 GREEN value IS 63 (25% from 255) = 29.86%

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

R = 0%
G = 29.86%
B = 70.14%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#003F94 (or 0x003F94) is known color: Smalt. HEX triplet: 00, 3F and 94. RGB value is (0,63,148). Sum of RGB (Red+Green+Blue) = 0+63+148=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 148 (58.20% from 255 or 70.14% from 211); Max value from RGB is 148 - color contains mainly: blue. Hex color #003F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003F94 is #FFC06B. Grayscale: #353535. Windows color (decimal): -16760940 or 9715456. OLE color: 9715456.

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

Color convert

RGB 0 63 148 -
CMYK 1 0.57 0 0.42
HSL 214.46º 1% 0.29% -
HSV(B) 214.46º 1% 0.58% -
XYZ 7.12 5.69 28.74 -
YUV 53.85 181.13 89.59 -
System Red Green Blue C M Y K H S L
Decimal 0 63 148 1 0.57 0 0.42 214.46 1 0.29
Hex 0 3F 94 64 39 0 2A D6 64 1D
Octal 0 77 224 144 71 0 52 326 144 35
Binary 0 111111 10010100 1100100 111001 0 101010 11010110 1100100 11101

Color Harmonies of #003F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F94

Black with #003F94

Text Example


Text Example

White with #003F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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