Html Css Color HEX #052BCE Persian Blue

📋 copy color: '#052BCE'

red 5 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #052BCE

Tints of Persian Blue #052BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 81.1%

R = 1.97%
G = 16.93%
B = 81.1%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#052BCE (or 0x052BCE) is known color: Persian Blue. HEX triplet: 05, 2B and CE. RGB value is (5,43,206). Sum of RGB (Red+Green+Blue) = 5+43+206=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 206 (80.86% from 255 or 81.10% from 254); Max value from RGB is 206 - color contains mainly: blue. Hex color #052BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BCE is #FAD431. Grayscale: #313131. Windows color (decimal): -16438322 or 13511429. OLE color: 13511429.

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

Color convert

RGB 5 43 206 -
CMYK 0.98 0.79 0 0.19
HSL 228.66º 0.95% 0.41% -
HSV(B) 228.66º 0.98% 0.81% -
XYZ 12.07 6.22 58.96 -
YUV 50.22 215.91 95.75 -
System Red Green Blue C M Y K H S L
Decimal 5 43 206 0.98 0.79 0 0.19 228.66 0.95 0.41
Hex 5 2B CE 62 4F 0 13 E5 5F 29
Octal 5 53 316 142 117 0 23 345 137 51
Binary 101 101011 11001110 1100010 1001111 0 10011 11100101 1011111 101001

Color Harmonies of #052BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052BCE

Black with #052BCE

Text Example


Text Example

White with #052BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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