Html Css Color HEX #0D41DC Persian Blue

📋 copy color: '#0D41DC'

red 13 ◦ green 65 ◦ blue 220

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

Shades of Persian Blue #0D41DC

Tints of Persian Blue #0D41DC

RGB

 RED value IS 13 (5.47% from 255) = 4.36%

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

 BLUE value IS 220 (86.33% from 255) = 73.83%

R = 4.36%
G = 21.81%
B = 73.83%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D41DC (or 0x0D41DC) is known color: Persian Blue. HEX triplet: 0D, 41 and DC. RGB value is (13,65,220). Sum of RGB (Red+Green+Blue) = 13+65+220=298 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.36% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D41DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D41DC is #F2BE23. Grayscale: #424242. Windows color (decimal): -15908388 or 14434573. OLE color: 14434573.

HSL color Cylindrical-coordinate representation of color #0D41DC: hue angle of 224.93º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D41DC is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 65 220 -
CMYK 0.94 0.70 0 0.14
HSL 224.93º 0.89% 0.46% -
HSV(B) 224.93º 0.94% 0.86% -
XYZ 14.97 9.03 68.66 -
YUV 67.12 214.27 89.4 -
System Red Green Blue C M Y K H S L
Decimal 13 65 220 0.94 0.70 0 0.14 224.93 0.89 0.46
Hex D 41 DC 5E 46 0 E E1 59 2E
Octal 15 101 334 136 106 0 16 341 131 56
Binary 1101 1000001 11011100 1011110 1000110 0 1110 11100001 1011001 101110

Color Harmonies of #0D41DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D41DC

Black with #0D41DC

Text Example


Text Example

White with #0D41DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D41DC; }

 p { color: rgb(13,65,220); }

 H1.HeaderClassName
 {
   color: #0D41DC;
 }
 .AnyTagClassName
 {
   color: #0D41DC;
 }
</style>

background-color css

<style>
 a { background-color: #0D41DC; }

 a { background-color: rgb(13,65,220); }

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

border-color css

<style>
 span { border-color: #0D41DC; }

 span { border-color: rgb(13,65,220); }

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