Html Css Color HEX #0541DF Persian Blue

📋 copy color: '#0541DF'

red 5 ◦ green 65 ◦ blue 223

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

Shades of Persian Blue #0541DF

Tints of Persian Blue #0541DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.18%

 BLUE value IS 223 (87.5% from 255) = 76.11%

R = 1.71%
G = 22.18%
B = 76.11%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0541DF (or 0x0541DF) is known color: Persian Blue. HEX triplet: 05, 41 and DF. RGB value is (5,65,223). Sum of RGB (Red+Green+Blue) = 5+65+223=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 223 (87.5% from 255 or 76.11% from 293); Max value from RGB is 223 - color contains mainly: blue. Hex color #0541DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0541DF is #FABE20. Grayscale: #404040. Windows color (decimal): -16432673 or 14631173. OLE color: 14631173.

HSL color Cylindrical-coordinate representation of color #0541DF: hue angle of 223.49º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0541DF is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 65 223 -
CMYK 0.98 0.71 0 0.13
HSL 223.49º 0.96% 0.45% -
HSV(B) 223.49º 0.98% 0.87% -
XYZ 15.27 9.14 70.77 -
YUV 65.07 217.12 85.15 -
System Red Green Blue C M Y K H S L
Decimal 5 65 223 0.98 0.71 0 0.13 223.49 0.96 0.45
Hex 5 41 DF 62 47 0 D DF 60 2D
Octal 5 101 337 142 107 0 15 337 140 55
Binary 101 1000001 11011111 1100010 1000111 0 1101 11011111 1100000 101101

Color Harmonies of #0541DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0541DF

Black with #0541DF

Text Example


Text Example

White with #0541DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0541DF; }

 p { color: rgb(5,65,223); }

 H1.HeaderClassName
 {
   color: #0541DF;
 }
 .AnyTagClassName
 {
   color: #0541DF;
 }
</style>

background-color css

<style>
 a { background-color: #0541DF; }

 a { background-color: rgb(5,65,223); }

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

border-color css

<style>
 span { border-color: #0541DF; }

 span { border-color: rgb(5,65,223); }

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