Html Css Color HEX #112FBE Persian Blue

📋 copy color: '#112FBE'

red 17 ◦ green 47 ◦ blue 190

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

Shades of Persian Blue #112FBE

Tints of Persian Blue #112FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.5%

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

R = 6.69%
G = 18.5%
B = 74.8%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#112FBE (or 0x112FBE) is known color: Persian Blue. HEX triplet: 11, 2F and BE. RGB value is (17,47,190). Sum of RGB (Red+Green+Blue) = 17+47+190=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #112FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112FBE is #EED041. Grayscale: #353535. Windows color (decimal): -15650882 or 12463889. OLE color: 12463889.

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

Color convert

RGB 17 47 190 -
CMYK 0.91 0.75 0 0.25
HSL 229.6º 0.84% 0.41% -
HSV(B) 229.6º 0.91% 0.75% -
XYZ 10.54 5.87 49.29 -
YUV 54.33 204.56 101.37 -
System Red Green Blue C M Y K H S L
Decimal 17 47 190 0.91 0.75 0 0.25 229.6 0.84 0.41
Hex 11 2F BE 5B 4B 0 19 E6 54 29
Octal 21 57 276 133 113 0 31 346 124 51
Binary 10001 101111 10111110 1011011 1001011 0 11001 11100110 1010100 101001

Color Harmonies of #112FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112FBE

Black with #112FBE

Text Example


Text Example

White with #112FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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