Html Css Color HEX #052BCB Persian Blue

📋 copy color: '#052BCB'

red 5 ◦ green 43 ◦ blue 203

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

Shades of Persian Blue #052BCB

Tints of Persian Blue #052BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 80.88%

R = 1.99%
G = 17.13%
B = 80.88%

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

#052BCB (or 0x052BCB) is known color: Persian Blue. HEX triplet: 05, 2B and CB. RGB value is (5,43,203). Sum of RGB (Red+Green+Blue) = 5+43+203=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 203 (79.69% from 255 or 80.88% from 251); Max value from RGB is 203 - color contains mainly: blue. Hex color #052BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BCB is #FAD434. Grayscale: #313131. Windows color (decimal): -16438325 or 13314821. OLE color: 13314821.

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

Color convert

RGB 5 43 203 -
CMYK 0.98 0.79 0 0.20
HSL 228.48º 0.95% 0.41% -
HSV(B) 228.48º 0.98% 0.8% -
XYZ 11.71 6.07 57.05 -
YUV 49.88 214.41 95.99 -
System Red Green Blue C M Y K H S L
Decimal 5 43 203 0.98 0.79 0 0.20 228.48 0.95 0.41
Hex 5 2B CB 62 4F 0 14 E4 5F 29
Octal 5 53 313 142 117 0 24 344 137 51
Binary 101 101011 11001011 1100010 1001111 0 10100 11100100 1011111 101001

Color Harmonies of #052BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052BCB

Black with #052BCB

Text Example


Text Example

White with #052BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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