Html Css Color HEX #112BBD Persian Blue

📋 copy color: '#112BBD'

red 17 ◦ green 43 ◦ blue 189

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

Shades of Persian Blue #112BBD

Tints of Persian Blue #112BBD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.27%

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

R = 6.83%
G = 17.27%
B = 75.9%

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

#112BBD (or 0x112BBD) is known color: Persian Blue. HEX triplet: 11, 2B and BD. RGB value is (17,43,189). Sum of RGB (Red+Green+Blue) = 17+43+189=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #112BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BBD is #EED442. Grayscale: #333333. Windows color (decimal): -15651907 or 12397329. OLE color: 12397329.

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

Color convert

RGB 17 43 189 -
CMYK 0.91 0.77 0 0.26
HSL 230.93º 0.83% 0.4% -
HSV(B) 230.93º 0.91% 0.74% -
XYZ 10.28 5.52 48.67 -
YUV 51.87 205.39 103.13 -
System Red Green Blue C M Y K H S L
Decimal 17 43 189 0.91 0.77 0 0.26 230.93 0.83 0.4
Hex 11 2B BD 5B 4D 0 1A E7 53 28
Octal 21 53 275 133 115 0 32 347 123 50
Binary 10001 101011 10111101 1011011 1001101 0 11010 11100111 1010011 101000

Color Harmonies of #112BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BBD

Black with #112BBD

Text Example


Text Example

White with #112BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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