Html Css Color HEX #113BF9 Persian Blue

📋 copy color: '#113BF9'

red 17 ◦ green 59 ◦ blue 249

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

Shades of Persian Blue #113BF9

Tints of Persian Blue #113BF9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.15%

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

R = 5.23%
G = 18.15%
B = 76.62%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#113BF9 (or 0x113BF9) is known color: Persian Blue. HEX triplet: 11, 3B and F9. RGB value is (17,59,249). Sum of RGB (Red+Green+Blue) = 17+59+249=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 249 (97.66% from 255 or 76.62% from 325); Max value from RGB is 249 - color contains mainly: blue. Hex color #113BF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113BF9 is #EEC406. Grayscale: #434343. Windows color (decimal): -15647751 or 16333585. OLE color: 16333585.

HSL color Cylindrical-coordinate representation of color #113BF9: hue angle of 229.14º 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 #113BF9 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 59 249 -
CMYK 0.93 0.76 0 0.02
HSL 229.14º 0.95% 0.52% -
HSV(B) 229.14º 0.93% 0.98% -
XYZ 18.89 10.09 90.57 -
YUV 68.1 230.09 91.55 -
System Red Green Blue C M Y K H S L
Decimal 17 59 249 0.93 0.76 0 0.02 229.14 0.95 0.52
Hex 11 3B F9 5D 4C 0 2 E5 5F 34
Octal 21 73 371 135 114 0 2 345 137 64
Binary 10001 111011 11111001 1011101 1001100 0 10 11100101 1011111 110100

Color Harmonies of #113BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113BF9

Black with #113BF9

Text Example


Text Example

White with #113BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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