Html Css Color HEX #003D9F Smalt

📋 copy color: '#003D9F'

red 0 ◦ green 61 ◦ blue 159

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

Shades of Smalt #003D9F

Tints of Smalt #003D9F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.73%

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

R = 0%
G = 27.73%
B = 72.27%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#003D9F (or 0x003D9F) is known color: Smalt. HEX triplet: 00, 3D and 9F. RGB value is (0,61,159). Sum of RGB (Red+Green+Blue) = 0+61+159=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #003D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003D9F is #FFC260. Grayscale: #353535. Windows color (decimal): -16761441 or 10435840. OLE color: 10435840.

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

Color convert

RGB 0 61 159 -
CMYK 1 0.62 0 0.38
HSL 216.98º 1% 0.31% -
HSV(B) 216.98º 1% 0.62% -
XYZ 7.93 5.84 33.51 -
YUV 53.93 187.29 89.53 -
System Red Green Blue C M Y K H S L
Decimal 0 61 159 1 0.62 0 0.38 216.98 1 0.31
Hex 0 3D 9F 64 3E 0 26 D9 64 1F
Octal 0 75 237 144 76 0 46 331 144 37
Binary 0 111101 10011111 1100100 111110 0 100110 11011001 1100100 11111

Color Harmonies of #003D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D9F

Black with #003D9F

Text Example


Text Example

White with #003D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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