Html Css Color HEX #0541CA Persian Blue

📋 copy color: '#0541CA'

red 5 ◦ green 65 ◦ blue 202

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

Shades of Persian Blue #0541CA

Tints of Persian Blue #0541CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 74.26%

R = 1.84%
G = 23.9%
B = 74.26%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0541CA (or 0x0541CA) is known color: Persian Blue. HEX triplet: 05, 41 and CA. RGB value is (5,65,202). Sum of RGB (Red+Green+Blue) = 5+65+202=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 202 (79.30% from 255 or 74.26% from 272); Max value from RGB is 202 - color contains mainly: blue. Hex color #0541CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0541CA is #FABE35. Grayscale: #3E3E3E. Windows color (decimal): -16432694 or 13254917. OLE color: 13254917.

HSL color Cylindrical-coordinate representation of color #0541CA: hue angle of 221.73º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0541CA is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 65 202 -
CMYK 0.98 0.68 0 0.21
HSL 221.73º 0.95% 0.41% -
HSV(B) 221.73º 0.98% 0.79% -
XYZ 12.61 8.08 56.77 -
YUV 62.68 206.62 86.86 -
System Red Green Blue C M Y K H S L
Decimal 5 65 202 0.98 0.68 0 0.21 221.73 0.95 0.41
Hex 5 41 CA 62 44 0 15 DE 5F 29
Octal 5 101 312 142 104 0 25 336 137 51
Binary 101 1000001 11001010 1100010 1000100 0 10101 11011110 1011111 101001

Color Harmonies of #0541CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0541CA

Black with #0541CA

Text Example


Text Example

White with #0541CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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