Html Css Color HEX #112FBF Persian Blue

📋 copy color: '#112FBF'

red 17 ◦ green 47 ◦ blue 191

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

Shades of Persian Blue #112FBF

Tints of Persian Blue #112FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 74.9%

R = 6.67%
G = 18.43%
B = 74.9%

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

#112FBF (or 0x112FBF) is known color: Persian Blue. HEX triplet: 11, 2F and BF. RGB value is (17,47,191). Sum of RGB (Red+Green+Blue) = 17+47+191=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #112FBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112FBF is #EED040. Grayscale: #353535. Windows color (decimal): -15650881 or 12529425. OLE color: 12529425.

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

Color convert

RGB 17 47 191 -
CMYK 0.91 0.75 0 0.25
HSL 229.66º 0.84% 0.41% -
HSV(B) 229.66º 0.91% 0.75% -
XYZ 10.65 5.91 49.87 -
YUV 54.45 205.06 101.29 -
System Red Green Blue C M Y K H S L
Decimal 17 47 191 0.91 0.75 0 0.25 229.66 0.84 0.41
Hex 11 2F BF 5B 4B 0 19 E6 54 29
Octal 21 57 277 133 113 0 31 346 124 51
Binary 10001 101111 10111111 1011011 1001011 0 11001 11100110 1010100 101001

Color Harmonies of #112FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112FBF

Black with #112FBF

Text Example


Text Example

White with #112FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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