Html Css Color HEX #052BCD Persian Blue

📋 copy color: '#052BCD'

red 5 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #052BCD

Tints of Persian Blue #052BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 81.03%

R = 1.98%
G = 17%
B = 81.03%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#052BCD (or 0x052BCD) is known color: Persian Blue. HEX triplet: 05, 2B and CD. RGB value is (5,43,205). Sum of RGB (Red+Green+Blue) = 5+43+205=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 205 (80.47% from 255 or 81.03% from 253); Max value from RGB is 205 - color contains mainly: blue. Hex color #052BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BCD is #FAD432. Grayscale: #313131. Windows color (decimal): -16438323 or 13445893. OLE color: 13445893.

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

Color convert

RGB 5 43 205 -
CMYK 0.98 0.79 0 0.20
HSL 228.6º 0.95% 0.41% -
HSV(B) 228.6º 0.98% 0.8% -
XYZ 11.95 6.17 58.32 -
YUV 50.11 215.41 95.83 -
System Red Green Blue C M Y K H S L
Decimal 5 43 205 0.98 0.79 0 0.20 228.6 0.95 0.41
Hex 5 2B CD 62 4F 0 14 E5 5F 29
Octal 5 53 315 142 117 0 24 345 137 51
Binary 101 101011 11001101 1100010 1001111 0 10100 11100101 1011111 101001

Color Harmonies of #052BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052BCD

Black with #052BCD

Text Example


Text Example

White with #052BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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