Html Css Color HEX #0539BE Persian Blue

📋 copy color: '#0539BE'

red 5 ◦ green 57 ◦ blue 190

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

Shades of Persian Blue #0539BE

Tints of Persian Blue #0539BE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

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

R = 1.98%
G = 22.62%
B = 75.4%

CMYK

 C value IS 0.97

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0539BE (or 0x0539BE) is known color: Persian Blue. HEX triplet: 05, 39 and BE. RGB value is (5,57,190). Sum of RGB (Red+Green+Blue) = 5+57+190=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #0539BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0539BE is #FAC641. Grayscale: #383838. Windows color (decimal): -16434754 or 12466437. OLE color: 12466437.

HSL color Cylindrical-coordinate representation of color #0539BE: hue angle of 223.14º 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 #0539BE is Cyan = 0.97, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 57 190 -
CMYK 0.97 0.7 0 0.25
HSL 223.14º 0.95% 0.38% -
HSV(B) 223.14º 0.97% 0.75% -
XYZ 10.82 6.68 49.43 -
YUV 56.61 203.27 91.19 -
System Red Green Blue C M Y K H S L
Decimal 5 57 190 0.97 0.7 0 0.25 223.14 0.95 0.38
Hex 5 39 BE 61 46 0 19 DF 5F 26
Octal 5 71 276 141 106 0 31 337 137 46
Binary 101 111001 10111110 1100001 1000110 0 11001 11011111 1011111 100110

Color Harmonies of #0539BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0539BE

Black with #0539BE

Text Example


Text Example

White with #0539BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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