Html Css Color HEX #08329B Smalt

📋 copy color: '#08329B'

red 8 ◦ green 50 ◦ blue 155

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

Shades of Smalt #08329B

Tints of Smalt #08329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 72.77%

R = 3.76%
G = 23.47%
B = 72.77%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08329B (or 0x08329B) is known color: Smalt. HEX triplet: 08, 32 and 9B. RGB value is (8,50,155). Sum of RGB (Red+Green+Blue) = 8+50+155=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 155 (60.94% from 255 or 72.77% from 213); Max value from RGB is 155 - color contains mainly: blue. Hex color #08329B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08329B is #F7CD64. Grayscale: #303030. Windows color (decimal): -16239973 or 10170888. OLE color: 10170888.

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

Color convert

RGB 8 50 155 -
CMYK 0.95 0.68 0 0.39
HSL 222.86º 0.9% 0.32% -
HSV(B) 222.86º 0.95% 0.61% -
XYZ 7.16 4.7 31.54 -
YUV 49.41 187.59 98.46 -
System Red Green Blue C M Y K H S L
Decimal 8 50 155 0.95 0.68 0 0.39 222.86 0.9 0.32
Hex 8 32 9B 5F 44 0 27 DF 5A 20
Octal 10 62 233 137 104 0 47 337 132 40
Binary 1000 110010 10011011 1011111 1000100 0 100111 11011111 1011010 100000

Color Harmonies of #08329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08329B

Black with #08329B

Text Example


Text Example

White with #08329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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