Html Css Color HEX #052695 Smalt

📋 copy color: '#052695'

red 5 ◦ green 38 ◦ blue 149

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

Shades of Smalt #052695

Tints of Smalt #052695

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.79%

 BLUE value IS 149 (58.59% from 255) = 77.6%

R = 2.6%
G = 19.79%
B = 77.6%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#052695 (or 0x052695) is known color: Smalt. HEX triplet: 05, 26 and 95. RGB value is (5,38,149). Sum of RGB (Red+Green+Blue) = 5+38+149=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #052695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052695 is #FAD96A. Grayscale: #282828. Windows color (decimal): -16439659 or 9774597. OLE color: 9774597.

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

Color convert

RGB 5 38 149 -
CMYK 0.97 0.74 0 0.42
HSL 226.25º 0.94% 0.3% -
HSV(B) 226.25º 0.97% 0.58% -
XYZ 6.18 3.59 28.8 -
YUV 40.79 189.07 102.47 -
System Red Green Blue C M Y K H S L
Decimal 5 38 149 0.97 0.74 0 0.42 226.25 0.94 0.3
Hex 5 26 95 61 4A 0 2A E2 5E 1E
Octal 5 46 225 141 112 0 52 342 136 36
Binary 101 100110 10010101 1100001 1001010 0 101010 11100010 1011110 11110

Color Harmonies of #052695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052695

Black with #052695

Text Example


Text Example

White with #052695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052695; }

 p { color: rgb(5,38,149); }

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

background-color css

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

 a { background-color: rgb(5,38,149); }

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

border-color css

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

 span { border-color: rgb(5,38,149); }

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