Html Css Color HEX #08329F Smalt

📋 copy color: '#08329F'

red 8 ◦ green 50 ◦ blue 159

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

Shades of Smalt #08329F

Tints of Smalt #08329F

RGB

 RED value IS 8 (3.52% from 255) = 3.69%

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

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

R = 3.69%
G = 23.04%
B = 73.27%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08329F (or 0x08329F) is known color: Smalt. HEX triplet: 08, 32 and 9F. RGB value is (8,50,159). Sum of RGB (Red+Green+Blue) = 8+50+159=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #08329F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08329F is #F7CD60. Grayscale: #313131. Windows color (decimal): -16239969 or 10433032. OLE color: 10433032.

HSL color Cylindrical-coordinate representation of color #08329F: hue angle of 223.31º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08329F is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 50 159 -
CMYK 0.95 0.69 0 0.38
HSL 223.31º 0.9% 0.33% -
HSV(B) 223.31º 0.95% 0.62% -
XYZ 7.5 4.84 33.34 -
YUV 49.87 189.59 98.14 -
System Red Green Blue C M Y K H S L
Decimal 8 50 159 0.95 0.69 0 0.38 223.31 0.9 0.33
Hex 8 32 9F 5F 45 0 26 DF 5A 21
Octal 10 62 237 137 105 0 46 337 132 41
Binary 1000 110010 10011111 1011111 1000101 0 100110 11011111 1011010 100001

Color Harmonies of #08329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08329F

Black with #08329F

Text Example


Text Example

White with #08329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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