Html Css Color HEX #05368D Smalt

📋 copy color: '#05368D'

red 5 ◦ green 54 ◦ blue 141

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

Shades of Smalt #05368D

Tints of Smalt #05368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27%

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

R = 2.5%
G = 27%
B = 70.5%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05368D (or 0x05368D) is known color: Smalt. HEX triplet: 05, 36 and 8D. RGB value is (5,54,141). Sum of RGB (Red+Green+Blue) = 5+54+141=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #05368D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05368D is #FAC972. Grayscale: #303030. Windows color (decimal): -16435571 or 9254405. OLE color: 9254405.

HSL color Cylindrical-coordinate representation of color #05368D: hue angle of 218.38º 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 #05368D is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 54 141 -
CMYK 0.96 0.62 0 0.45
HSL 218.38º 0.93% 0.29% -
HSV(B) 218.38º 0.96% 0.55% -
XYZ 6.19 4.59 25.76 -
YUV 49.27 179.77 96.43 -
System Red Green Blue C M Y K H S L
Decimal 5 54 141 0.96 0.62 0 0.45 218.38 0.93 0.29
Hex 5 36 8D 60 3E 0 2D DA 5D 1D
Octal 5 66 215 140 76 0 55 332 135 35
Binary 101 110110 10001101 1100000 111110 0 101101 11011010 1011101 11101

Color Harmonies of #05368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05368D

Black with #05368D

Text Example


Text Example

White with #05368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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