Html Css Color HEX #08378D Smalt

📋 copy color: '#08378D'

red 8 ◦ green 55 ◦ blue 141

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

Shades of Smalt #08378D

Tints of Smalt #08378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 69.12%

R = 3.92%
G = 26.96%
B = 69.12%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08378D (or 0x08378D) is known color: Smalt. HEX triplet: 08, 37 and 8D. RGB value is (8,55,141). Sum of RGB (Red+Green+Blue) = 8+55+141=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #08378D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08378D is #F7C872. Grayscale: #323232. Windows color (decimal): -16238707 or 9254664. OLE color: 9254664.

HSL color Cylindrical-coordinate representation of color #08378D: hue angle of 218.8º 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 #08378D is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 55 141 -
CMYK 0.94 0.61 0 0.45
HSL 218.8º 0.89% 0.29% -
HSV(B) 218.8º 0.94% 0.55% -
XYZ 6.27 4.71 25.78 -
YUV 50.75 178.93 97.51 -
System Red Green Blue C M Y K H S L
Decimal 8 55 141 0.94 0.61 0 0.45 218.8 0.89 0.29
Hex 8 37 8D 5E 3D 0 2D DB 59 1D
Octal 10 67 215 136 75 0 55 333 131 35
Binary 1000 110111 10001101 1011110 111101 0 101101 11011011 1011001 11101

Color Harmonies of #08378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08378D

Black with #08378D

Text Example


Text Example

White with #08378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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