Html Css Color HEX #113DCF Persian Blue

📋 copy color: '#113DCF'

red 17 ◦ green 61 ◦ blue 207

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

Shades of Persian Blue #113DCF

Tints of Persian Blue #113DCF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.4%

 BLUE value IS 207 (81.25% from 255) = 72.63%

R = 5.96%
G = 21.4%
B = 72.63%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#113DCF (or 0x113DCF) is known color: Persian Blue. HEX triplet: 11, 3D and CF. RGB value is (17,61,207). Sum of RGB (Red+Green+Blue) = 17+61+207=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #113DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113DCF is #EEC230. Grayscale: #3F3F3F. Windows color (decimal): -15647281 or 13581585. OLE color: 13581585.

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

Color convert

RGB 17 61 207 -
CMYK 0.92 0.71 0 0.19
HSL 226.11º 0.85% 0.44% -
HSV(B) 226.11º 0.92% 0.81% -
XYZ 13.16 7.96 59.87 -
YUV 64.49 208.42 94.13 -
System Red Green Blue C M Y K H S L
Decimal 17 61 207 0.92 0.71 0 0.19 226.11 0.85 0.44
Hex 11 3D CF 5C 47 0 13 E2 55 2C
Octal 21 75 317 134 107 0 23 342 125 54
Binary 10001 111101 11001111 1011100 1000111 0 10011 11100010 1010101 101100

Color Harmonies of #113DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113DCF

Black with #113DCF

Text Example


Text Example

White with #113DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,61,207); }

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

background-color css

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

 a { background-color: rgb(17,61,207); }

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

border-color css

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

 span { border-color: rgb(17,61,207); }

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