Html Css Color HEX #003F9F Smalt

📋 copy color: '#003F9F'

red 0 ◦ green 63 ◦ blue 159

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

Shades of Smalt #003F9F

Tints of Smalt #003F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 71.62%

R = 0%
G = 28.38%
B = 71.62%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#003F9F (or 0x003F9F) is known color: Smalt. HEX triplet: 00, 3F and 9F. RGB value is (0,63,159). Sum of RGB (Red+Green+Blue) = 0+63+159=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #003F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003F9F is #FFC060. Grayscale: #363636. Windows color (decimal): -16760929 or 10436352. OLE color: 10436352.

HSL color Cylindrical-coordinate representation of color #003F9F: hue angle of 216.23º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F9F is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 63 159 -
CMYK 1 0.60 0 0.38
HSL 216.23º 1% 0.31% -
HSV(B) 216.23º 1% 0.62% -
XYZ 8.04 6.06 33.55 -
YUV 55.11 186.63 88.69 -
System Red Green Blue C M Y K H S L
Decimal 0 63 159 1 0.60 0 0.38 216.23 1 0.31
Hex 0 3F 9F 64 3C 0 26 D8 64 1F
Octal 0 77 237 144 74 0 46 330 144 37
Binary 0 111111 10011111 1100100 111100 0 100110 11011000 1100100 11111

Color Harmonies of #003F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F9F

Black with #003F9F

Text Example


Text Example

White with #003F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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