Html Css Color HEX #113BBC Persian Blue

📋 copy color: '#113BBC'

red 17 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #113BBC

Tints of Persian Blue #113BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 71.21%

R = 6.44%
G = 22.35%
B = 71.21%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#113BBC (or 0x113BBC) is known color: Persian Blue. HEX triplet: 11, 3B and BC. RGB value is (17,59,188). Sum of RGB (Red+Green+Blue) = 17+59+188=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #113BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113BBC is #EEC443. Grayscale: #3C3C3C. Windows color (decimal): -15647812 or 12335889. OLE color: 12335889.

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

Color convert

RGB 17 59 188 -
CMYK 0.91 0.69 0 0.26
HSL 225.26º 0.83% 0.4% -
HSV(B) 225.26º 0.91% 0.74% -
XYZ 10.87 6.88 48.33 -
YUV 61.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 17 59 188 0.91 0.69 0 0.26 225.26 0.83 0.4
Hex 11 3B BC 5B 45 0 1A E1 53 28
Octal 21 73 274 133 105 0 32 341 123 50
Binary 10001 111011 10111100 1011011 1000101 0 11010 11100001 1010011 101000

Color Harmonies of #113BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113BBC

Black with #113BBC

Text Example


Text Example

White with #113BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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