Html Css Color HEX #08328E Smalt

📋 copy color: '#08328E'

red 8 ◦ green 50 ◦ blue 142

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

Shades of Smalt #08328E

Tints of Smalt #08328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 71%

R = 4%
G = 25%
B = 71%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08328E (or 0x08328E) is known color: Smalt. HEX triplet: 08, 32 and 8E. RGB value is (8,50,142). Sum of RGB (Red+Green+Blue) = 8+50+142=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 142 (55.86% from 255 or 71% from 200); Max value from RGB is 142 - color contains mainly: blue. Hex color #08328E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08328E is #F7CD71. Grayscale: #2F2F2F. Windows color (decimal): -16239986 or 9318920. OLE color: 9318920.

HSL color Cylindrical-coordinate representation of color #08328E: hue angle of 221.19º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08328E is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 50 142 -
CMYK 0.94 0.65 0 0.44
HSL 221.19º 0.89% 0.29% -
HSV(B) 221.19º 0.94% 0.56% -
XYZ 6.12 4.29 26.1 -
YUV 47.93 181.09 99.52 -
System Red Green Blue C M Y K H S L
Decimal 8 50 142 0.94 0.65 0 0.44 221.19 0.89 0.29
Hex 8 32 8E 5E 41 0 2C DD 59 1D
Octal 10 62 216 136 101 0 54 335 131 35
Binary 1000 110010 10001110 1011110 1000001 0 101100 11011101 1011001 11101

Color Harmonies of #08328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08328E

Black with #08328E

Text Example


Text Example

White with #08328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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