Html Css Color HEX #08328B Smalt

📋 copy color: '#08328B'

red 8 ◦ green 50 ◦ blue 139

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

Shades of Smalt #08328B

Tints of Smalt #08328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 70.56%

R = 4.06%
G = 25.38%
B = 70.56%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08328B (or 0x08328B) is known color: Smalt. HEX triplet: 08, 32 and 8B. RGB value is (8,50,139). Sum of RGB (Red+Green+Blue) = 8+50+139=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 139 (54.69% from 255 or 70.56% from 197); Max value from RGB is 139 - color contains mainly: blue. Hex color #08328B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08328B is #F7CD74. Grayscale: #2F2F2F. Windows color (decimal): -16239989 or 9122312. OLE color: 9122312.

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

Color convert

RGB 8 50 139 -
CMYK 0.94 0.64 0 0.45
HSL 220.76º 0.89% 0.29% -
HSV(B) 220.76º 0.94% 0.55% -
XYZ 5.9 4.2 24.93 -
YUV 47.59 179.59 99.76 -
System Red Green Blue C M Y K H S L
Decimal 8 50 139 0.94 0.64 0 0.45 220.76 0.89 0.29
Hex 8 32 8B 5E 40 0 2D DD 59 1D
Octal 10 62 213 136 100 0 55 335 131 35
Binary 1000 110010 10001011 1011110 1000000 0 101101 11011101 1011001 11101

Color Harmonies of #08328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08328B

Black with #08328B

Text Example


Text Example

White with #08328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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