Html Css Color HEX #113FCB Persian Blue

📋 copy color: '#113FCB'

red 17 ◦ green 63 ◦ blue 203

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

Shades of Persian Blue #113FCB

Tints of Persian Blue #113FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 71.73%

R = 6.01%
G = 22.26%
B = 71.73%

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

#113FCB (or 0x113FCB) is known color: Persian Blue. HEX triplet: 11, 3F and CB. RGB value is (17,63,203). Sum of RGB (Red+Green+Blue) = 17+63+203=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #113FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113FCB is #EEC034. Grayscale: #404040. Windows color (decimal): -15646773 or 13319953. OLE color: 13319953.

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

Color convert

RGB 17 63 203 -
CMYK 0.92 0.69 0 0.20
HSL 225.16º 0.85% 0.43% -
HSV(B) 225.16º 0.92% 0.8% -
XYZ 12.79 7.99 57.37 -
YUV 65.21 205.76 93.62 -
System Red Green Blue C M Y K H S L
Decimal 17 63 203 0.92 0.69 0 0.20 225.16 0.85 0.43
Hex 11 3F CB 5C 45 0 14 E1 55 2B
Octal 21 77 313 134 105 0 24 341 125 53
Binary 10001 111111 11001011 1011100 1000101 0 10100 11100001 1010101 101011

Color Harmonies of #113FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113FCB

Black with #113FCB

Text Example


Text Example

White with #113FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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