Html Css Color HEX #113FF9 Persian Blue

📋 copy color: '#113FF9'

red 17 ◦ green 63 ◦ blue 249

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

Shades of Persian Blue #113FF9

Tints of Persian Blue #113FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 75.68%

R = 5.17%
G = 19.15%
B = 75.68%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#113FF9 (or 0x113FF9) is known color: Persian Blue. HEX triplet: 11, 3F and F9. RGB value is (17,63,249). Sum of RGB (Red+Green+Blue) = 17+63+249=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 249 (97.66% from 255 or 75.68% from 329); Max value from RGB is 249 - color contains mainly: blue. Hex color #113FF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113FF9 is #EEC006. Grayscale: #454545. Windows color (decimal): -15646727 or 16334609. OLE color: 16334609.

HSL color Cylindrical-coordinate representation of color #113FF9: hue angle of 228.1º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113FF9 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 63 249 -
CMYK 0.93 0.75 0 0.02
HSL 228.1º 0.95% 0.52% -
HSV(B) 228.1º 0.93% 0.98% -
XYZ 19.11 10.51 90.64 -
YUV 70.45 228.76 89.88 -
System Red Green Blue C M Y K H S L
Decimal 17 63 249 0.93 0.75 0 0.02 228.1 0.95 0.52
Hex 11 3F F9 5D 4B 0 2 E4 5F 34
Octal 21 77 371 135 113 0 2 344 137 64
Binary 10001 111111 11111001 1011101 1001011 0 10 11100100 1011111 110100

Color Harmonies of #113FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113FF9

Black with #113FF9

Text Example


Text Example

White with #113FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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