Html Css Color HEX #112CBC Persian Blue

📋 copy color: '#112CBC'

red 17 ◦ green 44 ◦ blue 188

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

Shades of Persian Blue #112CBC

Tints of Persian Blue #112CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.67%

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

R = 6.83%
G = 17.67%
B = 75.5%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#112CBC (or 0x112CBC) is known color: Persian Blue. HEX triplet: 11, 2C and BC. RGB value is (17,44,188). Sum of RGB (Red+Green+Blue) = 17+44+188=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #112CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112CBC is #EED343. Grayscale: #333333. Windows color (decimal): -15651652 or 12332049. OLE color: 12332049.

HSL color Cylindrical-coordinate representation of color #112CBC: hue angle of 230.53º 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 #112CBC is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 44 188 -
CMYK 0.91 0.77 0 0.26
HSL 230.53º 0.83% 0.4% -
HSV(B) 230.53º 0.91% 0.74% -
XYZ 10.21 5.55 48.11 -
YUV 52.34 204.55 102.79 -
System Red Green Blue C M Y K H S L
Decimal 17 44 188 0.91 0.77 0 0.26 230.53 0.83 0.4
Hex 11 2C BC 5B 4D 0 1A E7 53 28
Octal 21 54 274 133 115 0 32 347 123 50
Binary 10001 101100 10111100 1011011 1001101 0 11010 11100111 1010011 101000

Color Harmonies of #112CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CBC

Black with #112CBC

Text Example


Text Example

White with #112CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112CBC; }

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

 H1.HeaderClassName
 {
   color: #112CBC;
 }
 .AnyTagClassName
 {
   color: #112CBC;
 }
</style>

background-color css

<style>
 a { background-color: #112CBC; }

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

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

border-color css

<style>
 span { border-color: #112CBC; }

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

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