Html Css Color HEX #112CB7 Persian Blue

📋 copy color: '#112CB7'

red 17 ◦ green 44 ◦ blue 183

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

Shades of Persian Blue #112CB7

Tints of Persian Blue #112CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 75%

R = 6.97%
G = 18.03%
B = 75%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#112CB7 (or 0x112CB7) is known color: Persian Blue. HEX triplet: 11, 2C and B7. RGB value is (17,44,183). Sum of RGB (Red+Green+Blue) = 17+44+183=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 183 (71.88% from 255 or 75% from 244); Max value from RGB is 183 - color contains mainly: blue. Hex color #112CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112CB7 is #EED348. Grayscale: #333333. Windows color (decimal): -15651657 or 12004369. OLE color: 12004369.

HSL color Cylindrical-coordinate representation of color #112CB7: hue angle of 230.24º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112CB7 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 17 44 183 -
CMYK 0.91 0.76 0 0.28
HSL 230.24º 0.83% 0.39% -
HSV(B) 230.24º 0.91% 0.72% -
XYZ 9.68 5.34 45.32 -
YUV 51.77 202.05 103.2 -
System Red Green Blue C M Y K H S L
Decimal 17 44 183 0.91 0.76 0 0.28 230.24 0.83 0.39
Hex 11 2C B7 5B 4C 0 1C E6 53 27
Octal 21 54 267 133 114 0 34 346 123 47
Binary 10001 101100 10110111 1011011 1001100 0 11100 11100110 1010011 100111

Color Harmonies of #112CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CB7

Black with #112CB7

Text Example


Text Example

White with #112CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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