Html Css Color HEX #00329F Smalt

📋 copy color: '#00329F'

red 0 ◦ green 50 ◦ blue 159

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

Shades of Smalt #00329F

Tints of Smalt #00329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

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

R = 0%
G = 23.92%
B = 76.08%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00329F (or 0x00329F) is known color: Smalt. HEX triplet: 00, 32 and 9F. RGB value is (0,50,159). Sum of RGB (Red+Green+Blue) = 0+50+159=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #00329F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00329F is #FFCD60. Grayscale: #2E2E2E. Windows color (decimal): -16764257 or 10433024. OLE color: 10433024.

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

Color convert

RGB 0 50 159 -
CMYK 1 0.69 0 0.38
HSL 221.13º 1% 0.31% -
HSV(B) 221.13º 1% 0.62% -
XYZ 7.4 4.78 33.33 -
YUV 47.48 190.94 94.14 -
System Red Green Blue C M Y K H S L
Decimal 0 50 159 1 0.69 0 0.38 221.13 1 0.31
Hex 0 32 9F 64 45 0 26 DD 64 1F
Octal 0 62 237 144 105 0 46 335 144 37
Binary 0 110010 10011111 1100100 1000101 0 100110 11011101 1100100 11111

Color Harmonies of #00329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00329F

Black with #00329F

Text Example


Text Example

White with #00329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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