Html Css Color HEX #052797 Smalt

📋 copy color: '#052797'

red 5 ◦ green 39 ◦ blue 151

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

Shades of Smalt #052797

Tints of Smalt #052797

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20%

 BLUE value IS 151 (59.38% from 255) = 77.44%

R = 2.56%
G = 20%
B = 77.44%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#052797 (or 0x052797) is known color: Smalt. HEX triplet: 05, 27 and 97. RGB value is (5,39,151). Sum of RGB (Red+Green+Blue) = 5+39+151=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 151 (59.38% from 255 or 77.44% from 195); Max value from RGB is 151 - color contains mainly: blue. Hex color #052797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052797 is #FAD868. Grayscale: #292929. Windows color (decimal): -16439401 or 9905925. OLE color: 9905925.

HSL color Cylindrical-coordinate representation of color #052797: hue angle of 226.03º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052797 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 39 151 -
CMYK 0.97 0.74 0 0.41
HSL 226.03º 0.94% 0.31% -
HSV(B) 226.03º 0.97% 0.59% -
XYZ 6.37 3.72 29.66 -
YUV 41.6 189.74 101.89 -
System Red Green Blue C M Y K H S L
Decimal 5 39 151 0.97 0.74 0 0.41 226.03 0.94 0.31
Hex 5 27 97 61 4A 0 29 E2 5E 1F
Octal 5 47 227 141 112 0 51 342 136 37
Binary 101 100111 10010111 1100001 1001010 0 101001 11100010 1011110 11111

Color Harmonies of #052797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052797

Black with #052797

Text Example


Text Example

White with #052797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052797; }

 p { color: rgb(5,39,151); }

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

background-color css

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

 a { background-color: rgb(5,39,151); }

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

border-color css

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

 span { border-color: rgb(5,39,151); }

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