Html Css Color HEX #052BDB Persian Blue

📋 copy color: '#052BDB'

red 5 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #052BDB

Tints of Persian Blue #052BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 82.02%

R = 1.87%
G = 16.1%
B = 82.02%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#052BDB (or 0x052BDB) is known color: Persian Blue. HEX triplet: 05, 2B and DB. RGB value is (5,43,219). Sum of RGB (Red+Green+Blue) = 5+43+219=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #052BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BDB is #FAD424. Grayscale: #323232. Windows color (decimal): -16438309 or 14363397. OLE color: 14363397.

HSL color Cylindrical-coordinate representation of color #052BDB: hue angle of 229.35º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052BDB is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 43 219 -
CMYK 0.98 0.80 0 0.14
HSL 229.35º 0.96% 0.44% -
HSV(B) 229.35º 0.98% 0.86% -
XYZ 13.71 6.87 67.62 -
YUV 51.7 222.41 94.69 -
System Red Green Blue C M Y K H S L
Decimal 5 43 219 0.98 0.80 0 0.14 229.35 0.96 0.44
Hex 5 2B DB 62 50 0 E E5 60 2C
Octal 5 53 333 142 120 0 16 345 140 54
Binary 101 101011 11011011 1100010 1010000 0 1110 11100101 1100000 101100

Color Harmonies of #052BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052BDB

Black with #052BDB

Text Example


Text Example

White with #052BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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