Html Css Color HEX #113FCD Persian Blue

📋 copy color: '#113FCD'

red 17 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #113FCD

Tints of Persian Blue #113FCD

RGB

 RED value IS 17 (7.03% from 255) = 5.96%

 GREEN value IS 63 (25% from 255) = 22.11%

 BLUE value IS 205 (80.47% from 255) = 71.93%

R = 5.96%
G = 22.11%
B = 71.93%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#113FCD (or 0x113FCD) is known color: Persian Blue. HEX triplet: 11, 3F and CD. RGB value is (17,63,205). Sum of RGB (Red+Green+Blue) = 17+63+205=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #113FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113FCD is #EEC032. Grayscale: #404040. Windows color (decimal): -15646771 or 13451025. OLE color: 13451025.

HSL color Cylindrical-coordinate representation of color #113FCD: hue angle of 225.32º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113FCD is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 63 205 -
CMYK 0.92 0.69 0 0.20
HSL 225.32º 0.85% 0.44% -
HSV(B) 225.32º 0.92% 0.8% -
XYZ 13.03 8.08 58.63 -
YUV 65.43 206.76 93.45 -
System Red Green Blue C M Y K H S L
Decimal 17 63 205 0.92 0.69 0 0.20 225.32 0.85 0.44
Hex 11 3F CD 5C 45 0 14 E1 55 2C
Octal 21 77 315 134 105 0 24 341 125 54
Binary 10001 111111 11001101 1011100 1000101 0 10100 11100001 1010101 101100

Color Harmonies of #113FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113FCD

Black with #113FCD

Text Example


Text Example

White with #113FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113FCD; }

 p { color: rgb(17,63,205); }

 H1.HeaderClassName
 {
   color: #113FCD;
 }
 .AnyTagClassName
 {
   color: #113FCD;
 }
</style>

background-color css

<style>
 a { background-color: #113FCD; }

 a { background-color: rgb(17,63,205); }

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

border-color css

<style>
 span { border-color: #113FCD; }

 span { border-color: rgb(17,63,205); }

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