Html Css Color HEX #08379B Smalt

📋 copy color: '#08379B'

red 8 ◦ green 55 ◦ blue 155

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

Shades of Smalt #08379B

Tints of Smalt #08379B

RGB

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

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

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

R = 3.67%
G = 25.23%
B = 71.1%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08379B (or 0x08379B) is known color: Smalt. HEX triplet: 08, 37 and 9B. RGB value is (8,55,155). Sum of RGB (Red+Green+Blue) = 8+55+155=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #08379B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08379B is #F7C864. Grayscale: #333333. Windows color (decimal): -16238693 or 10172168. OLE color: 10172168.

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

Color convert

RGB 8 55 155 -
CMYK 0.95 0.65 0 0.39
HSL 220.82º 0.9% 0.32% -
HSV(B) 220.82º 0.95% 0.61% -
XYZ 7.38 5.15 31.62 -
YUV 52.35 185.93 96.37 -
System Red Green Blue C M Y K H S L
Decimal 8 55 155 0.95 0.65 0 0.39 220.82 0.9 0.32
Hex 8 37 9B 5F 41 0 27 DD 5A 20
Octal 10 67 233 137 101 0 47 335 132 40
Binary 1000 110111 10011011 1011111 1000001 0 100111 11011101 1011010 100000

Color Harmonies of #08379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08379B

Black with #08379B

Text Example


Text Example

White with #08379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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