Html Css Color HEX #08379D Smalt

📋 copy color: '#08379D'

red 8 ◦ green 55 ◦ blue 157

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

Shades of Smalt #08379D

Tints of Smalt #08379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 71.36%

R = 3.64%
G = 25%
B = 71.36%

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

#08379D (or 0x08379D) is known color: Smalt. HEX triplet: 08, 37 and 9D. RGB value is (8,55,157). Sum of RGB (Red+Green+Blue) = 8+55+157=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 157 (61.72% from 255 or 71.36% from 220); Max value from RGB is 157 - color contains mainly: blue. Hex color #08379D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08379D is #F7C862. Grayscale: #343434. Windows color (decimal): -16238691 or 10303240. OLE color: 10303240.

HSL color Cylindrical-coordinate representation of color #08379D: hue angle of 221.07º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08379D is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 55 157 -
CMYK 0.95 0.65 0 0.38
HSL 221.07º 0.9% 0.32% -
HSV(B) 221.07º 0.95% 0.62% -
XYZ 7.55 5.22 32.51 -
YUV 52.58 186.93 96.21 -
System Red Green Blue C M Y K H S L
Decimal 8 55 157 0.95 0.65 0 0.38 221.07 0.9 0.32
Hex 8 37 9D 5F 41 0 26 DD 5A 20
Octal 10 67 235 137 101 0 46 335 132 40
Binary 1000 110111 10011101 1011111 1000001 0 100110 11011101 1011010 100000

Color Harmonies of #08379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08379D

Black with #08379D

Text Example


Text Example

White with #08379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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