Html Css Color HEX #052FC6 Persian Blue

📋 copy color: '#052FC6'

red 5 ◦ green 47 ◦ blue 198

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

Shades of Persian Blue #052FC6

Tints of Persian Blue #052FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 79.2%

R = 2%
G = 18.8%
B = 79.2%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#052FC6 (or 0x052FC6) is known color: Persian Blue. HEX triplet: 05, 2F and C6. RGB value is (5,47,198). Sum of RGB (Red+Green+Blue) = 5+47+198=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 198 (77.73% from 255 or 79.2% from 250); Max value from RGB is 198 - color contains mainly: blue. Hex color #052FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052FC6 is #FAD039. Grayscale: #333333. Windows color (decimal): -16437306 or 12988165. OLE color: 12988165.

HSL color Cylindrical-coordinate representation of color #052FC6: hue angle of 226.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052FC6 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 47 198 -
CMYK 0.97 0.76 0 0.22
HSL 226.94º 0.95% 0.4% -
HSV(B) 226.94º 0.97% 0.78% -
XYZ 11.27 6.14 54.02 -
YUV 51.66 210.59 94.72 -
System Red Green Blue C M Y K H S L
Decimal 5 47 198 0.97 0.76 0 0.22 226.94 0.95 0.4
Hex 5 2F C6 61 4C 0 16 E3 5F 28
Octal 5 57 306 141 114 0 26 343 137 50
Binary 101 101111 11000110 1100001 1001100 0 10110 11100011 1011111 101000

Color Harmonies of #052FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052FC6

Black with #052FC6

Text Example


Text Example

White with #052FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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