Html Css Color HEX #052ADB Persian Blue

📋 copy color: '#052ADB'

red 5 ◦ green 42 ◦ blue 219

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

Shades of Persian Blue #052ADB

Tints of Persian Blue #052ADB

RGB

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

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

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

R = 1.88%
G = 15.79%
B = 82.33%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#052ADB (or 0x052ADB) is known color: Persian Blue. HEX triplet: 05, 2A and DB. RGB value is (5,42,219). Sum of RGB (Red+Green+Blue) = 5+42+219=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #052ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ADB is #FAD524. Grayscale: #323232. Windows color (decimal): -16438565 or 14363141. OLE color: 14363141.

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

Color convert

RGB 5 42 219 -
CMYK 0.98 0.81 0 0.14
HSL 229.63º 0.96% 0.44% -
HSV(B) 229.63º 0.98% 0.86% -
XYZ 13.68 6.8 67.61 -
YUV 51.12 222.74 95.11 -
System Red Green Blue C M Y K H S L
Decimal 5 42 219 0.98 0.81 0 0.14 229.63 0.96 0.44
Hex 5 2A DB 62 51 0 E E6 60 2C
Octal 5 52 333 142 121 0 16 346 140 54
Binary 101 101010 11011011 1100010 1010001 0 1110 11100110 1100000 101100

Color Harmonies of #052ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052ADB

Black with #052ADB

Text Example


Text Example

White with #052ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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