Html Css Color HEX #08378B Smalt

📋 copy color: '#08378B'

red 8 ◦ green 55 ◦ blue 139

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

Shades of Smalt #08378B

Tints of Smalt #08378B

RGB

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

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

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

R = 3.96%
G = 27.23%
B = 68.81%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08378B (or 0x08378B) is known color: Smalt. HEX triplet: 08, 37 and 8B. RGB value is (8,55,139). Sum of RGB (Red+Green+Blue) = 8+55+139=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #08378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08378B is #F7C874. Grayscale: #323232. Windows color (decimal): -16238709 or 9123592. OLE color: 9123592.

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

Color convert

RGB 8 55 139 -
CMYK 0.94 0.60 0 0.45
HSL 218.47º 0.89% 0.29% -
HSV(B) 218.47º 0.94% 0.55% -
XYZ 6.13 4.65 25 -
YUV 50.52 177.93 97.67 -
System Red Green Blue C M Y K H S L
Decimal 8 55 139 0.94 0.60 0 0.45 218.47 0.89 0.29
Hex 8 37 8B 5E 3C 0 2D DA 59 1D
Octal 10 67 213 136 74 0 55 332 131 35
Binary 1000 110111 10001011 1011110 111100 0 101101 11011010 1011001 11101

Color Harmonies of #08378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08378B

Black with #08378B

Text Example


Text Example

White with #08378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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