Html Css Color HEX #112DCB Persian Blue

📋 copy color: '#112DCB'

red 17 ◦ green 45 ◦ blue 203

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

Shades of Persian Blue #112DCB

Tints of Persian Blue #112DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.98%

 BLUE value IS 203 (79.69% from 255) = 76.6%

R = 6.42%
G = 16.98%
B = 76.6%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#112DCB (or 0x112DCB) is known color: Persian Blue. HEX triplet: 11, 2D and CB. RGB value is (17,45,203). Sum of RGB (Red+Green+Blue) = 17+45+203=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #112DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DCB is #EED234. Grayscale: #353535. Windows color (decimal): -15651381 or 13315345. OLE color: 13315345.

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

Color convert

RGB 17 45 203 -
CMYK 0.92 0.78 0 0.20
HSL 230.97º 0.85% 0.43% -
HSV(B) 230.97º 0.92% 0.8% -
XYZ 11.95 6.31 57.09 -
YUV 54.64 211.72 101.15 -
System Red Green Blue C M Y K H S L
Decimal 17 45 203 0.92 0.78 0 0.20 230.97 0.85 0.43
Hex 11 2D CB 5C 4E 0 14 E7 55 2B
Octal 21 55 313 134 116 0 24 347 125 53
Binary 10001 101101 11001011 1011100 1001110 0 10100 11100111 1010101 101011

Color Harmonies of #112DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DCB

Black with #112DCB

Text Example


Text Example

White with #112DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,45,203); }

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

background-color css

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

 a { background-color: rgb(17,45,203); }

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

border-color css

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

 span { border-color: rgb(17,45,203); }

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