Html Css Color HEX #00399F Smalt

📋 copy color: '#00399F'

red 0 ◦ green 57 ◦ blue 159

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

Shades of Smalt #00399F

Tints of Smalt #00399F

RGB

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

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

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

R = 0%
G = 26.39%
B = 73.61%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00399F (or 0x00399F) is known color: Smalt. HEX triplet: 00, 39 and 9F. RGB value is (0,57,159). Sum of RGB (Red+Green+Blue) = 0+57+159=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #00399F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00399F is #FFC660. Grayscale: #333333. Windows color (decimal): -16762465 or 10434816. OLE color: 10434816.

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

Color convert

RGB 0 57 159 -
CMYK 1 0.64 0 0.38
HSL 218.49º 1% 0.31% -
HSV(B) 218.49º 1% 0.62% -
XYZ 7.72 5.43 33.44 -
YUV 51.59 188.62 91.21 -
System Red Green Blue C M Y K H S L
Decimal 0 57 159 1 0.64 0 0.38 218.49 1 0.31
Hex 0 39 9F 64 40 0 26 DA 64 1F
Octal 0 71 237 144 100 0 46 332 144 37
Binary 0 111001 10011111 1100100 1000000 0 100110 11011010 1100100 11111

Color Harmonies of #00399F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00399F

Black with #00399F

Text Example


Text Example

White with #00399F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00399F; }

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

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

background-color css

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

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

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

border-color css

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

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

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