Html Css Color HEX #08379E Smalt

📋 copy color: '#08379E'

red 8 ◦ green 55 ◦ blue 158

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

Shades of Smalt #08379E

Tints of Smalt #08379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.89%

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

R = 3.62%
G = 24.89%
B = 71.49%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08379E (or 0x08379E) is known color: Smalt. HEX triplet: 08, 37 and 9E. RGB value is (8,55,158). Sum of RGB (Red+Green+Blue) = 8+55+158=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 158 (62.11% from 255 or 71.49% from 221); Max value from RGB is 158 - color contains mainly: blue. Hex color #08379E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08379E is #F7C861. Grayscale: #343434. Windows color (decimal): -16238690 or 10368776. OLE color: 10368776.

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

Color convert

RGB 8 55 158 -
CMYK 0.95 0.65 0 0.38
HSL 221.2º 0.9% 0.33% -
HSV(B) 221.2º 0.95% 0.62% -
XYZ 7.64 5.25 32.96 -
YUV 52.69 187.43 96.12 -
System Red Green Blue C M Y K H S L
Decimal 8 55 158 0.95 0.65 0 0.38 221.2 0.9 0.33
Hex 8 37 9E 5F 41 0 26 DD 5A 21
Octal 10 67 236 137 101 0 46 335 132 41
Binary 1000 110111 10011110 1011111 1000001 0 100110 11011101 1011010 100001

Color Harmonies of #08379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08379E

Black with #08379E

Text Example


Text Example

White with #08379E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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