Html Css Color HEX #08378C Smalt

📋 copy color: '#08378C'

red 8 ◦ green 55 ◦ blue 140

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

Shades of Smalt #08378C

Tints of Smalt #08378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 68.97%

R = 3.94%
G = 27.09%
B = 68.97%

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

#08378C (or 0x08378C) is known color: Smalt. HEX triplet: 08, 37 and 8C. RGB value is (8,55,140). Sum of RGB (Red+Green+Blue) = 8+55+140=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #08378C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08378C is #F7C873. Grayscale: #323232. Windows color (decimal): -16238708 or 9189128. OLE color: 9189128.

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

Color convert

RGB 8 55 140 -
CMYK 0.94 0.61 0 0.45
HSL 218.64º 0.89% 0.29% -
HSV(B) 218.64º 0.94% 0.55% -
XYZ 6.2 4.68 25.39 -
YUV 50.64 178.43 97.59 -
System Red Green Blue C M Y K H S L
Decimal 8 55 140 0.94 0.61 0 0.45 218.64 0.89 0.29
Hex 8 37 8C 5E 3D 0 2D DB 59 1D
Octal 10 67 214 136 75 0 55 333 131 35
Binary 1000 110111 10001100 1011110 111101 0 101101 11011011 1011001 11101

Color Harmonies of #08378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08378C

Black with #08378C

Text Example


Text Example

White with #08378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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