Html Css Color HEX #0538EC Persian Blue

📋 copy color: '#0538EC'

red 5 ◦ green 56 ◦ blue 236

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

Shades of Persian Blue #0538EC

Tints of Persian Blue #0538EC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.86%

 BLUE value IS 236 (92.58% from 255) = 79.46%

R = 1.68%
G = 18.86%
B = 79.46%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0538EC (or 0x0538EC) is known color: Persian Blue. HEX triplet: 05, 38 and EC. RGB value is (5,56,236). Sum of RGB (Red+Green+Blue) = 5+56+236=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 236 (92.58% from 255 or 79.46% from 297); Max value from RGB is 236 - color contains mainly: blue. Hex color #0538EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0538EC is #FAC713. Grayscale: #3C3C3C. Windows color (decimal): -16434964 or 15480837. OLE color: 15480837.

HSL color Cylindrical-coordinate representation of color #0538EC: hue angle of 226.75º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0538EC is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 56 236 -
CMYK 0.98 0.76 0 0.07
HSL 226.75º 0.96% 0.47% -
HSV(B) 226.75º 0.98% 0.93% -
XYZ 16.62 8.92 80.2 -
YUV 61.27 226.6 87.86 -
System Red Green Blue C M Y K H S L
Decimal 5 56 236 0.98 0.76 0 0.07 226.75 0.96 0.47
Hex 5 38 EC 62 4C 0 7 E3 60 2F
Octal 5 70 354 142 114 0 7 343 140 57
Binary 101 111000 11101100 1100010 1001100 0 111 11100011 1100000 101111

Color Harmonies of #0538EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0538EC

Black with #0538EC

Text Example


Text Example

White with #0538EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0538EC; }

 p { color: rgb(5,56,236); }

 H1.HeaderClassName
 {
   color: #0538EC;
 }
 .AnyTagClassName
 {
   color: #0538EC;
 }
</style>

background-color css

<style>
 a { background-color: #0538EC; }

 a { background-color: rgb(5,56,236); }

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

border-color css

<style>
 span { border-color: #0538EC; }

 span { border-color: rgb(5,56,236); }

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