Html Css Color HEX #112CBE Persian Blue

📋 copy color: '#112CBE'

red 17 ◦ green 44 ◦ blue 190

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

Shades of Persian Blue #112CBE

Tints of Persian Blue #112CBE

RGB

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

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

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

R = 6.77%
G = 17.53%
B = 75.7%

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

#112CBE (or 0x112CBE) is known color: Persian Blue. HEX triplet: 11, 2C and BE. RGB value is (17,44,190). Sum of RGB (Red+Green+Blue) = 17+44+190=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 190 (74.61% from 255 or 75.70% from 251); Max value from RGB is 190 - color contains mainly: blue. Hex color #112CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112CBE is #EED341. Grayscale: #333333. Windows color (decimal): -15651650 or 12463121. OLE color: 12463121.

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

Color convert

RGB 17 44 190 -
CMYK 0.91 0.77 0 0.25
HSL 230.64º 0.84% 0.41% -
HSV(B) 230.64º 0.91% 0.75% -
XYZ 10.43 5.64 49.25 -
YUV 52.57 205.55 102.63 -
System Red Green Blue C M Y K H S L
Decimal 17 44 190 0.91 0.77 0 0.25 230.64 0.84 0.41
Hex 11 2C BE 5B 4D 0 19 E7 54 29
Octal 21 54 276 133 115 0 31 347 124 51
Binary 10001 101100 10111110 1011011 1001101 0 11001 11100111 1010100 101001

Color Harmonies of #112CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CBE

Black with #112CBE

Text Example


Text Example

White with #112CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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