Html Css Color HEX #05378D Smalt

📋 copy color: '#05378D'

red 5 ◦ green 55 ◦ blue 141

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

Shades of Smalt #05378D

Tints of Smalt #05378D

RGB

 RED value IS 5 (2.34% from 255) = 2.49%

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

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

R = 2.49%
G = 27.36%
B = 70.15%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05378D (or 0x05378D) is known color: Smalt. HEX triplet: 05, 37 and 8D. RGB value is (5,55,141). Sum of RGB (Red+Green+Blue) = 5+55+141=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #05378D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05378D is #FAC872. Grayscale: #313131. Windows color (decimal): -16435315 or 9254661. OLE color: 9254661.

HSL color Cylindrical-coordinate representation of color #05378D: hue angle of 217.94º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05378D is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 55 141 -
CMYK 0.96 0.61 0 0.45
HSL 217.94º 0.93% 0.29% -
HSV(B) 217.94º 0.96% 0.55% -
XYZ 6.24 4.69 25.78 -
YUV 49.85 179.44 96.01 -
System Red Green Blue C M Y K H S L
Decimal 5 55 141 0.96 0.61 0 0.45 217.94 0.93 0.29
Hex 5 37 8D 60 3D 0 2D DA 5D 1D
Octal 5 67 215 140 75 0 55 332 135 35
Binary 101 110111 10001101 1100000 111101 0 101101 11011010 1011101 11101

Color Harmonies of #05378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05378D

Black with #05378D

Text Example


Text Example

White with #05378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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