Html Css Color HEX #052ECB Persian Blue

📋 copy color: '#052ECB'

red 5 ◦ green 46 ◦ blue 203

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

Shades of Persian Blue #052ECB

Tints of Persian Blue #052ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.11%

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

R = 1.97%
G = 18.11%
B = 79.92%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#052ECB (or 0x052ECB) is known color: Persian Blue. HEX triplet: 05, 2E and CB. RGB value is (5,46,203). Sum of RGB (Red+Green+Blue) = 5+46+203=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #052ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ECB is #FAD134. Grayscale: #323232. Windows color (decimal): -16437557 or 13315589. OLE color: 13315589.

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

Color convert

RGB 5 46 203 -
CMYK 0.98 0.77 0 0.20
HSL 227.58º 0.95% 0.41% -
HSV(B) 227.58º 0.98% 0.8% -
XYZ 11.82 6.3 57.09 -
YUV 51.64 213.42 94.73 -
System Red Green Blue C M Y K H S L
Decimal 5 46 203 0.98 0.77 0 0.20 227.58 0.95 0.41
Hex 5 2E CB 62 4D 0 14 E4 5F 29
Octal 5 56 313 142 115 0 24 344 137 51
Binary 101 101110 11001011 1100010 1001101 0 10100 11100100 1011111 101001

Color Harmonies of #052ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052ECB

Black with #052ECB

Text Example


Text Example

White with #052ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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