Html Css Color HEX #052FCF Persian Blue

📋 copy color: '#052FCF'

red 5 ◦ green 47 ◦ blue 207

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

Shades of Persian Blue #052FCF

Tints of Persian Blue #052FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 79.92%

R = 1.93%
G = 18.15%
B = 79.92%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#052FCF (or 0x052FCF) is known color: Persian Blue. HEX triplet: 05, 2F and CF. RGB value is (5,47,207). Sum of RGB (Red+Green+Blue) = 5+47+207=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 207 (81.25% from 255 or 79.92% from 259); Max value from RGB is 207 - color contains mainly: blue. Hex color #052FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052FCF is #FAD030. Grayscale: #343434. Windows color (decimal): -16437297 or 13577989. OLE color: 13577989.

HSL color Cylindrical-coordinate representation of color #052FCF: hue angle of 227.52º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052FCF is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 47 207 -
CMYK 0.98 0.77 0 0.19
HSL 227.52º 0.95% 0.42% -
HSV(B) 227.52º 0.98% 0.81% -
XYZ 12.34 6.57 59.65 -
YUV 52.68 215.09 93.99 -
System Red Green Blue C M Y K H S L
Decimal 5 47 207 0.98 0.77 0 0.19 227.52 0.95 0.42
Hex 5 2F CF 62 4D 0 13 E4 5F 2A
Octal 5 57 317 142 115 0 23 344 137 52
Binary 101 101111 11001111 1100010 1001101 0 10011 11100100 1011111 101010

Color Harmonies of #052FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052FCF

Black with #052FCF

Text Example


Text Example

White with #052FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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