Html Css Color HEX #052BD1 Persian Blue

📋 copy color: '#052BD1'

red 5 ◦ green 43 ◦ blue 209

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

Shades of Persian Blue #052BD1

Tints of Persian Blue #052BD1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.73%

 BLUE value IS 209 (82.03% from 255) = 81.32%

R = 1.95%
G = 16.73%
B = 81.32%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#052BD1 (or 0x052BD1) is known color: Persian Blue. HEX triplet: 05, 2B and D1. RGB value is (5,43,209). Sum of RGB (Red+Green+Blue) = 5+43+209=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 209 (82.03% from 255 or 81.32% from 257); Max value from RGB is 209 - color contains mainly: blue. Hex color #052BD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BD1 is #FAD42E. Grayscale: #313131. Windows color (decimal): -16438319 or 13708037. OLE color: 13708037.

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

Color convert

RGB 5 43 209 -
CMYK 0.98 0.79 0 0.18
HSL 228.82º 0.95% 0.42% -
HSV(B) 228.82º 0.98% 0.82% -
XYZ 12.44 6.36 60.89 -
YUV 50.56 217.41 95.5 -
System Red Green Blue C M Y K H S L
Decimal 5 43 209 0.98 0.79 0 0.18 228.82 0.95 0.42
Hex 5 2B D1 62 4F 0 12 E5 5F 2A
Octal 5 53 321 142 117 0 22 345 137 52
Binary 101 101011 11010001 1100010 1001111 0 10010 11100101 1011111 101010

Color Harmonies of #052BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052BD1

Black with #052BD1

Text Example


Text Example

White with #052BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,43,209); }

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

background-color css

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

 a { background-color: rgb(5,43,209); }

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

border-color css

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

 span { border-color: rgb(5,43,209); }

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