Html Css Color HEX #113CCF Persian Blue

📋 copy color: '#113CCF'

red 17 ◦ green 60 ◦ blue 207

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

Shades of Persian Blue #113CCF

Tints of Persian Blue #113CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.13%

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

R = 5.99%
G = 21.13%
B = 72.89%

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

#113CCF (or 0x113CCF) is known color: Persian Blue. HEX triplet: 11, 3C and CF. RGB value is (17,60,207). Sum of RGB (Red+Green+Blue) = 17+60+207=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #113CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113CCF is #EEC330. Grayscale: #3F3F3F. Windows color (decimal): -15647537 or 13581329. OLE color: 13581329.

HSL color Cylindrical-coordinate representation of color #113CCF: hue angle of 226.42º 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 #113CCF is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 60 207 -
CMYK 0.92 0.71 0 0.19
HSL 226.42º 0.85% 0.44% -
HSV(B) 226.42º 0.92% 0.81% -
XYZ 13.11 7.86 59.86 -
YUV 63.9 208.75 94.55 -
System Red Green Blue C M Y K H S L
Decimal 17 60 207 0.92 0.71 0 0.19 226.42 0.85 0.44
Hex 11 3C CF 5C 47 0 13 E2 55 2C
Octal 21 74 317 134 107 0 23 342 125 54
Binary 10001 111100 11001111 1011100 1000111 0 10011 11100010 1010101 101100

Color Harmonies of #113CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CCF

Black with #113CCF

Text Example


Text Example

White with #113CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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