Html Css Color HEX #0538BE Persian Blue

📋 copy color: '#0538BE'

red 5 ◦ green 56 ◦ blue 190

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

Shades of Persian Blue #0538BE

Tints of Persian Blue #0538BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 75.7%

R = 1.99%
G = 22.31%
B = 75.7%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0538BE (or 0x0538BE) is known color: Persian Blue. HEX triplet: 05, 38 and BE. RGB value is (5,56,190). Sum of RGB (Red+Green+Blue) = 5+56+190=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 190 (74.61% from 255 or 75.70% from 251); Max value from RGB is 190 - color contains mainly: blue. Hex color #0538BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0538BE is #FAC741. Grayscale: #373737. Windows color (decimal): -16435010 or 12466181. OLE color: 12466181.

HSL color Cylindrical-coordinate representation of color #0538BE: hue angle of 223.46º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0538BE is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 56 190 -
CMYK 0.97 0.71 0 0.25
HSL 223.46º 0.95% 0.38% -
HSV(B) 223.46º 0.97% 0.75% -
XYZ 10.77 6.58 49.42 -
YUV 56.03 203.6 91.6 -
System Red Green Blue C M Y K H S L
Decimal 5 56 190 0.97 0.71 0 0.25 223.46 0.95 0.38
Hex 5 38 BE 61 47 0 19 DF 5F 26
Octal 5 70 276 141 107 0 31 337 137 46
Binary 101 111000 10111110 1100001 1000111 0 11001 11011111 1011111 100110

Color Harmonies of #0538BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0538BE

Black with #0538BE

Text Example


Text Example

White with #0538BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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