Html Css Color HEX #08329D Smalt

📋 copy color: '#08329D'

red 8 ◦ green 50 ◦ blue 157

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

Shades of Smalt #08329D

Tints of Smalt #08329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 73.02%

R = 3.72%
G = 23.26%
B = 73.02%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08329D (or 0x08329D) is known color: Smalt. HEX triplet: 08, 32 and 9D. RGB value is (8,50,157). Sum of RGB (Red+Green+Blue) = 8+50+157=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 157 (61.72% from 255 or 73.02% from 215); Max value from RGB is 157 - color contains mainly: blue. Hex color #08329D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08329D is #F7CD62. Grayscale: #313131. Windows color (decimal): -16239971 or 10301960. OLE color: 10301960.

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

Color convert

RGB 8 50 157 -
CMYK 0.95 0.68 0 0.38
HSL 223.09º 0.9% 0.32% -
HSV(B) 223.09º 0.95% 0.62% -
XYZ 7.33 4.77 32.43 -
YUV 49.64 188.59 98.3 -
System Red Green Blue C M Y K H S L
Decimal 8 50 157 0.95 0.68 0 0.38 223.09 0.9 0.32
Hex 8 32 9D 5F 44 0 26 DF 5A 20
Octal 10 62 235 137 104 0 46 337 132 40
Binary 1000 110010 10011101 1011111 1000100 0 100110 11011111 1011010 100000

Color Harmonies of #08329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08329D

Black with #08329D

Text Example


Text Example

White with #08329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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