Html Css Color HEX #112FEB Persian Blue

📋 copy color: '#112FEB'

red 17 ◦ green 47 ◦ blue 235

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

Shades of Persian Blue #112FEB

Tints of Persian Blue #112FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 78.6%

R = 5.69%
G = 15.72%
B = 78.6%

CMYK

 C value IS 0.93

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#112FEB (or 0x112FEB) is known color: Persian Blue. HEX triplet: 11, 2F and EB. RGB value is (17,47,235). Sum of RGB (Red+Green+Blue) = 17+47+235=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 235 (92.19% from 255 or 78.60% from 299); Max value from RGB is 235 - color contains mainly: blue. Hex color #112FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112FEB is #EED014. Grayscale: #3A3A3A. Windows color (decimal): -15650837 or 15413009. OLE color: 15413009.

HSL color Cylindrical-coordinate representation of color #112FEB: hue angle of 231.74º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112FEB is Cyan = 0.93, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 47 235 -
CMYK 0.93 0.8 0 0.08
HSL 231.74º 0.87% 0.49% -
HSV(B) 231.74º 0.93% 0.92% -
XYZ 16.24 8.15 79.31 -
YUV 59.46 227.06 97.71 -
System Red Green Blue C M Y K H S L
Decimal 17 47 235 0.93 0.8 0 0.08 231.74 0.87 0.49
Hex 11 2F EB 5D 50 0 8 E8 57 31
Octal 21 57 353 135 120 0 10 350 127 61
Binary 10001 101111 11101011 1011101 1010000 0 1000 11101000 1010111 110001

Color Harmonies of #112FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112FEB

Black with #112FEB

Text Example


Text Example

White with #112FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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