Html Css Color HEX #112BBE Persian Blue

📋 copy color: '#112BBE'

red 17 ◦ green 43 ◦ blue 190

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

Shades of Persian Blue #112BBE

Tints of Persian Blue #112BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 76%

R = 6.8%
G = 17.2%
B = 76%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#112BBE (or 0x112BBE) is known color: Persian Blue. HEX triplet: 11, 2B and BE. RGB value is (17,43,190). Sum of RGB (Red+Green+Blue) = 17+43+190=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 190 (74.61% from 255 or 76% from 250); Max value from RGB is 190 - color contains mainly: blue. Hex color #112BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BBE is #EED441. Grayscale: #333333. Windows color (decimal): -15651906 or 12462865. OLE color: 12462865.

HSL color Cylindrical-coordinate representation of color #112BBE: hue angle of 230.98º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112BBE is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 43 190 -
CMYK 0.91 0.77 0 0.25
HSL 230.98º 0.84% 0.41% -
HSV(B) 230.98º 0.91% 0.75% -
XYZ 10.39 5.56 49.24 -
YUV 51.98 205.89 103.05 -
System Red Green Blue C M Y K H S L
Decimal 17 43 190 0.91 0.77 0 0.25 230.98 0.84 0.41
Hex 11 2B BE 5B 4D 0 19 E7 54 29
Octal 21 53 276 133 115 0 31 347 124 51
Binary 10001 101011 10111110 1011011 1001101 0 11001 11100111 1010100 101001

Color Harmonies of #112BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BBE

Black with #112BBE

Text Example


Text Example

White with #112BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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