Html Css Color HEX #052CCF Persian Blue

📋 copy color: '#052CCF'

red 5 ◦ green 44 ◦ blue 207

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

Shades of Persian Blue #052CCF

Tints of Persian Blue #052CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.19%

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

R = 1.95%
G = 17.19%
B = 80.86%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#052CCF (or 0x052CCF) is known color: Persian Blue. HEX triplet: 05, 2C and CF. RGB value is (5,44,207). Sum of RGB (Red+Green+Blue) = 5+44+207=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 207 (81.25% from 255 or 80.86% from 256); Max value from RGB is 207 - color contains mainly: blue. Hex color #052CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052CCF is #FAD330. Grayscale: #323232. Windows color (decimal): -16438065 or 13577221. OLE color: 13577221.

HSL color Cylindrical-coordinate representation of color #052CCF: hue angle of 228.42º 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 #052CCF is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 44 207 -
CMYK 0.98 0.79 0 0.19
HSL 228.42º 0.95% 0.42% -
HSV(B) 228.42º 0.98% 0.81% -
XYZ 12.23 6.34 59.61 -
YUV 50.92 216.08 95.25 -
System Red Green Blue C M Y K H S L
Decimal 5 44 207 0.98 0.79 0 0.19 228.42 0.95 0.42
Hex 5 2C CF 62 4F 0 13 E4 5F 2A
Octal 5 54 317 142 117 0 23 344 137 52
Binary 101 101100 11001111 1100010 1001111 0 10011 11100100 1011111 101010

Color Harmonies of #052CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052CCF

Black with #052CCF

Text Example


Text Example

White with #052CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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