Html Css Color HEX #08329E Smalt

📋 copy color: '#08329E'

red 8 ◦ green 50 ◦ blue 158

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

Shades of Smalt #08329E

Tints of Smalt #08329E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 73.15%

R = 3.7%
G = 23.15%
B = 73.15%

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

#08329E (or 0x08329E) is known color: Smalt. HEX triplet: 08, 32 and 9E. RGB value is (8,50,158). Sum of RGB (Red+Green+Blue) = 8+50+158=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 158 (62.11% from 255 or 73.15% from 216); Max value from RGB is 158 - color contains mainly: blue. Hex color #08329E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08329E is #F7CD61. Grayscale: #313131. Windows color (decimal): -16239970 or 10367496. OLE color: 10367496.

HSL color Cylindrical-coordinate representation of color #08329E: hue angle of 223.2º 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 #08329E is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 50 158 -
CMYK 0.95 0.68 0 0.38
HSL 223.2º 0.9% 0.33% -
HSV(B) 223.2º 0.95% 0.62% -
XYZ 7.41 4.8 32.88 -
YUV 49.75 189.09 98.22 -
System Red Green Blue C M Y K H S L
Decimal 8 50 158 0.95 0.68 0 0.38 223.2 0.9 0.33
Hex 8 32 9E 5F 44 0 26 DF 5A 21
Octal 10 62 236 137 104 0 46 337 132 41
Binary 1000 110010 10011110 1011111 1000100 0 100110 11011111 1011010 100001

Color Harmonies of #08329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08329E

Black with #08329E

Text Example


Text Example

White with #08329E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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