Html Css Color HEX #052F94 Smalt

📋 copy color: '#052F94'

red 5 ◦ green 47 ◦ blue 148

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

Shades of Smalt #052F94

Tints of Smalt #052F94

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.5%

 BLUE value IS 148 (58.2% from 255) = 74%

R = 2.5%
G = 23.5%
B = 74%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#052F94 (or 0x052F94) is known color: Smalt. HEX triplet: 05, 2F and 94. RGB value is (5,47,148). Sum of RGB (Red+Green+Blue) = 5+47+148=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #052F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052F94 is #FAD06B. Grayscale: #2D2D2D. Windows color (decimal): -16437356 or 9711365. OLE color: 9711365.

HSL color Cylindrical-coordinate representation of color #052F94: hue angle of 222.38º degrees, saturation: 0.93, 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 #052F94 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 47 148 -
CMYK 0.97 0.68 0 0.42
HSL 222.38º 0.93% 0.3% -
HSV(B) 222.38º 0.97% 0.58% -
XYZ 6.42 4.2 28.49 -
YUV 45.96 185.59 98.79 -
System Red Green Blue C M Y K H S L
Decimal 5 47 148 0.97 0.68 0 0.42 222.38 0.93 0.3
Hex 5 2F 94 61 44 0 2A DE 5D 1E
Octal 5 57 224 141 104 0 52 336 135 36
Binary 101 101111 10010100 1100001 1000100 0 101010 11011110 1011101 11110

Color Harmonies of #052F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052F94

Black with #052F94

Text Example


Text Example

White with #052F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052F94; }

 p { color: rgb(5,47,148); }

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

background-color css

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

 a { background-color: rgb(5,47,148); }

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

border-color css

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

 span { border-color: rgb(5,47,148); }

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