Html Css Color HEX #053CEA Persian Blue

📋 copy color: '#053CEA'

red 5 ◦ green 60 ◦ blue 234

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

Shades of Persian Blue #053CEA

Tints of Persian Blue #053CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.07%

 BLUE value IS 234 (91.8% from 255) = 78.26%

R = 1.67%
G = 20.07%
B = 78.26%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#053CEA (or 0x053CEA) is known color: Persian Blue. HEX triplet: 05, 3C and EA. RGB value is (5,60,234). Sum of RGB (Red+Green+Blue) = 5+60+234=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 234 (91.80% from 255 or 78.26% from 299); Max value from RGB is 234 - color contains mainly: blue. Hex color #053CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053CEA is #FAC315. Grayscale: #3E3E3E. Windows color (decimal): -16433942 or 15350789. OLE color: 15350789.

HSL color Cylindrical-coordinate representation of color #053CEA: hue angle of 225.59º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053CEA is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 60 234 -
CMYK 0.98 0.74 0 0.08
HSL 225.59º 0.96% 0.47% -
HSV(B) 225.59º 0.98% 0.92% -
XYZ 16.53 9.2 78.75 -
YUV 63.39 224.28 86.35 -
System Red Green Blue C M Y K H S L
Decimal 5 60 234 0.98 0.74 0 0.08 225.59 0.96 0.47
Hex 5 3C EA 62 4A 0 8 E2 60 2F
Octal 5 74 352 142 112 0 10 342 140 57
Binary 101 111100 11101010 1100010 1001010 0 1000 11100010 1100000 101111

Color Harmonies of #053CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CEA

Black with #053CEA

Text Example


Text Example

White with #053CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053CEA; }

 p { color: rgb(5,60,234); }

 H1.HeaderClassName
 {
   color: #053CEA;
 }
 .AnyTagClassName
 {
   color: #053CEA;
 }
</style>

background-color css

<style>
 a { background-color: #053CEA; }

 a { background-color: rgb(5,60,234); }

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

border-color css

<style>
 span { border-color: #053CEA; }

 span { border-color: rgb(5,60,234); }

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