Html Css Color HEX #112BCB Persian Blue

📋 copy color: '#112BCB'

red 17 ◦ green 43 ◦ blue 203

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

Shades of Persian Blue #112BCB

Tints of Persian Blue #112BCB

RGB

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

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

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

R = 6.46%
G = 16.35%
B = 77.19%

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

#112BCB (or 0x112BCB) is known color: Persian Blue. HEX triplet: 11, 2B and CB. RGB value is (17,43,203). Sum of RGB (Red+Green+Blue) = 17+43+203=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #112BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BCB is #EED434. Grayscale: #343434. Windows color (decimal): -15651893 or 13314833. OLE color: 13314833.

HSL color Cylindrical-coordinate representation of color #112BCB: hue angle of 231.61º 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 #112BCB is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 43 203 -
CMYK 0.92 0.79 0 0.20
HSL 231.61º 0.85% 0.43% -
HSV(B) 231.61º 0.92% 0.8% -
XYZ 11.87 6.16 57.06 -
YUV 53.47 212.39 101.99 -
System Red Green Blue C M Y K H S L
Decimal 17 43 203 0.92 0.79 0 0.20 231.61 0.85 0.43
Hex 11 2B CB 5C 4F 0 14 E8 55 2B
Octal 21 53 313 134 117 0 24 350 125 53
Binary 10001 101011 11001011 1011100 1001111 0 10100 11101000 1010101 101011

Color Harmonies of #112BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BCB

Black with #112BCB

Text Example


Text Example

White with #112BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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