Html Css Color HEX #08378A Smalt

📋 copy color: '#08378A'

red 8 ◦ green 55 ◦ blue 138

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

Shades of Smalt #08378A

Tints of Smalt #08378A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 68.66%

R = 3.98%
G = 27.36%
B = 68.66%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#08378A (or 0x08378A) is known color: Smalt. HEX triplet: 08, 37 and 8A. RGB value is (8,55,138). Sum of RGB (Red+Green+Blue) = 8+55+138=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #08378A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08378A is #F7C875. Grayscale: #323232. Windows color (decimal): -16238710 or 9058056. OLE color: 9058056.

HSL color Cylindrical-coordinate representation of color #08378A: hue angle of 218.31º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08378A is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 55 138 -
CMYK 0.94 0.60 0 0.46
HSL 218.31º 0.89% 0.29% -
HSV(B) 218.31º 0.94% 0.54% -
XYZ 6.05 4.62 24.62 -
YUV 50.41 177.43 97.75 -
System Red Green Blue C M Y K H S L
Decimal 8 55 138 0.94 0.60 0 0.46 218.31 0.89 0.29
Hex 8 37 8A 5E 3C 0 2E DA 59 1D
Octal 10 67 212 136 74 0 56 332 131 35
Binary 1000 110111 10001010 1011110 111100 0 101110 11011010 1011001 11101

Color Harmonies of #08378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08378A

Black with #08378A

Text Example


Text Example

White with #08378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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