Html Css Color HEX #052ACF Persian Blue

📋 copy color: '#052ACF'

red 5 ◦ green 42 ◦ blue 207

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

Shades of Persian Blue #052ACF

Tints of Persian Blue #052ACF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.54%

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

R = 1.97%
G = 16.54%
B = 81.5%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#052ACF (or 0x052ACF) is known color: Persian Blue. HEX triplet: 05, 2A and CF. RGB value is (5,42,207). Sum of RGB (Red+Green+Blue) = 5+42+207=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 207 (81.25% from 255 or 81.50% from 254); Max value from RGB is 207 - color contains mainly: blue. Hex color #052ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ACF is #FAD530. Grayscale: #313131. Windows color (decimal): -16438577 or 13576709. OLE color: 13576709.

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

Color convert

RGB 5 42 207 -
CMYK 0.98 0.80 0 0.19
HSL 229.01º 0.95% 0.42% -
HSV(B) 229.01º 0.98% 0.81% -
XYZ 12.15 6.19 59.59 -
YUV 49.75 216.74 96.08 -
System Red Green Blue C M Y K H S L
Decimal 5 42 207 0.98 0.80 0 0.19 229.01 0.95 0.42
Hex 5 2A CF 62 50 0 13 E5 5F 2A
Octal 5 52 317 142 120 0 23 345 137 52
Binary 101 101010 11001111 1100010 1010000 0 10011 11100101 1011111 101010

Color Harmonies of #052ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052ACF

Black with #052ACF

Text Example


Text Example

White with #052ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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