Html Css Color HEX #112BCD Persian Blue

📋 copy color: '#112BCD'

red 17 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #112BCD

Tints of Persian Blue #112BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.23%

 BLUE value IS 205 (80.47% from 255) = 77.36%

R = 6.42%
G = 16.23%
B = 77.36%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#112BCD (or 0x112BCD) is known color: Persian Blue. HEX triplet: 11, 2B and CD. RGB value is (17,43,205). Sum of RGB (Red+Green+Blue) = 17+43+205=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 205 (80.47% from 255 or 77.36% from 265); Max value from RGB is 205 - color contains mainly: blue. Hex color #112BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BCD is #EED432. Grayscale: #353535. Windows color (decimal): -15651891 or 13445905. OLE color: 13445905.

HSL color Cylindrical-coordinate representation of color #112BCD: hue angle of 231.7º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112BCD is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 43 205 -
CMYK 0.92 0.79 0 0.20
HSL 231.7º 0.85% 0.44% -
HSV(B) 231.7º 0.92% 0.8% -
XYZ 12.11 6.25 58.33 -
YUV 53.69 213.39 101.83 -
System Red Green Blue C M Y K H S L
Decimal 17 43 205 0.92 0.79 0 0.20 231.7 0.85 0.44
Hex 11 2B CD 5C 4F 0 14 E8 55 2C
Octal 21 53 315 134 117 0 24 350 125 54
Binary 10001 101011 11001101 1011100 1001111 0 10100 11101000 1010101 101100

Color Harmonies of #112BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BCD

Black with #112BCD

Text Example


Text Example

White with #112BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,43,205); }

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

background-color css

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

 a { background-color: rgb(17,43,205); }

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

border-color css

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

 span { border-color: rgb(17,43,205); }

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