Html Css Color HEX #113CB6 Persian Blue

📋 copy color: '#113CB6'

red 17 ◦ green 60 ◦ blue 182

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

Shades of Persian Blue #113CB6

Tints of Persian Blue #113CB6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.17%

 BLUE value IS 182 (71.48% from 255) = 70.27%

R = 6.56%
G = 23.17%
B = 70.27%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#113CB6 (or 0x113CB6) is known color: Persian Blue. HEX triplet: 11, 3C and B6. RGB value is (17,60,182). Sum of RGB (Red+Green+Blue) = 17+60+182=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 182 (71.48% from 255 or 70.27% from 259); Max value from RGB is 182 - color contains mainly: blue. Hex color #113CB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113CB6 is #EEC349. Grayscale: #3C3C3C. Windows color (decimal): -15647562 or 11942929. OLE color: 11942929.

HSL color Cylindrical-coordinate representation of color #113CB6: hue angle of 224.36º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113CB6 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 17 60 182 -
CMYK 0.91 0.67 0 0.29
HSL 224.36º 0.83% 0.39% -
HSV(B) 224.36º 0.91% 0.71% -
XYZ 10.29 6.73 45.01 -
YUV 61.05 196.25 96.58 -
System Red Green Blue C M Y K H S L
Decimal 17 60 182 0.91 0.67 0 0.29 224.36 0.83 0.39
Hex 11 3C B6 5B 43 0 1D E0 53 27
Octal 21 74 266 133 103 0 35 340 123 47
Binary 10001 111100 10110110 1011011 1000011 0 11101 11100000 1010011 100111

Color Harmonies of #113CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CB6

Black with #113CB6

Text Example


Text Example

White with #113CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,60,182); }

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

background-color css

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

 a { background-color: rgb(17,60,182); }

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

border-color css

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

 span { border-color: rgb(17,60,182); }

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