Html Css Color HEX #113BBA Persian Blue

📋 copy color: '#113BBA'

red 17 ◦ green 59 ◦ blue 186

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

Shades of Persian Blue #113BBA

Tints of Persian Blue #113BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.99%

R = 6.49%
G = 22.52%
B = 70.99%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#113BBA (or 0x113BBA) is known color: Persian Blue. HEX triplet: 11, 3B and BA. RGB value is (17,59,186). Sum of RGB (Red+Green+Blue) = 17+59+186=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #113BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113BBA is #EEC445. Grayscale: #3C3C3C. Windows color (decimal): -15647814 or 12204817. OLE color: 12204817.

HSL color Cylindrical-coordinate representation of color #113BBA: hue angle of 225.09º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113BBA is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 59 186 -
CMYK 0.91 0.68 0 0.27
HSL 225.09º 0.83% 0.4% -
HSV(B) 225.09º 0.91% 0.73% -
XYZ 10.66 6.79 47.2 -
YUV 60.92 198.59 96.67 -
System Red Green Blue C M Y K H S L
Decimal 17 59 186 0.91 0.68 0 0.27 225.09 0.83 0.4
Hex 11 3B BA 5B 44 0 1B E1 53 28
Octal 21 73 272 133 104 0 33 341 123 50
Binary 10001 111011 10111010 1011011 1000100 0 11011 11100001 1010011 101000

Color Harmonies of #113BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113BBA

Black with #113BBA

Text Example


Text Example

White with #113BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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