Html Css Color HEX #05378C Smalt

📋 copy color: '#05378C'

red 5 ◦ green 55 ◦ blue 140

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

Shades of Smalt #05378C

Tints of Smalt #05378C

RGB

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

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

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

R = 2.5%
G = 27.5%
B = 70%

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

#05378C (or 0x05378C) is known color: Smalt. HEX triplet: 05, 37 and 8C. RGB value is (5,55,140). Sum of RGB (Red+Green+Blue) = 5+55+140=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #05378C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05378C is #FAC873. Grayscale: #313131. Windows color (decimal): -16435316 or 9189125. OLE color: 9189125.

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

Color convert

RGB 5 55 140 -
CMYK 0.96 0.61 0 0.45
HSL 217.78º 0.93% 0.28% -
HSV(B) 217.78º 0.96% 0.55% -
XYZ 6.16 4.66 25.39 -
YUV 49.74 178.94 96.09 -
System Red Green Blue C M Y K H S L
Decimal 5 55 140 0.96 0.61 0 0.45 217.78 0.93 0.28
Hex 5 37 8C 60 3D 0 2D DA 5D 1C
Octal 5 67 214 140 75 0 55 332 135 34
Binary 101 110111 10001100 1100000 111101 0 101101 11011010 1011101 11100

Color Harmonies of #05378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05378C

Black with #05378C

Text Example


Text Example

White with #05378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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