Html Css Color HEX #112CBD Persian Blue

📋 copy color: '#112CBD'

red 17 ◦ green 44 ◦ blue 189

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

Shades of Persian Blue #112CBD

Tints of Persian Blue #112CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 75.6%

R = 6.8%
G = 17.6%
B = 75.6%

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

#112CBD (or 0x112CBD) is known color: Persian Blue. HEX triplet: 11, 2C and BD. RGB value is (17,44,189). Sum of RGB (Red+Green+Blue) = 17+44+189=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #112CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112CBD is #EED342. Grayscale: #333333. Windows color (decimal): -15651651 or 12397585. OLE color: 12397585.

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

Color convert

RGB 17 44 189 -
CMYK 0.91 0.77 0 0.26
HSL 230.58º 0.83% 0.4% -
HSV(B) 230.58º 0.91% 0.74% -
XYZ 10.32 5.59 48.68 -
YUV 52.46 205.05 102.71 -
System Red Green Blue C M Y K H S L
Decimal 17 44 189 0.91 0.77 0 0.26 230.58 0.83 0.4
Hex 11 2C BD 5B 4D 0 1A E7 53 28
Octal 21 54 275 133 115 0 32 347 123 50
Binary 10001 101100 10111101 1011011 1001101 0 11010 11100111 1010011 101000

Color Harmonies of #112CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CBD

Black with #112CBD

Text Example


Text Example

White with #112CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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