Html Css Color HEX #112FCB Persian Blue

📋 copy color: '#112FCB'

red 17 ◦ green 47 ◦ blue 203

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

Shades of Persian Blue #112FCB

Tints of Persian Blue #112FCB

RGB

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

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

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

R = 6.37%
G = 17.6%
B = 76.03%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#112FCB (or 0x112FCB) is known color: Persian Blue. HEX triplet: 11, 2F and CB. RGB value is (17,47,203). Sum of RGB (Red+Green+Blue) = 17+47+203=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #112FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112FCB is #EED034. Grayscale: #373737. Windows color (decimal): -15650869 or 13315857. OLE color: 13315857.

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

Color convert

RGB 17 47 203 -
CMYK 0.92 0.77 0 0.20
HSL 230.32º 0.85% 0.43% -
HSV(B) 230.32º 0.92% 0.8% -
XYZ 12.03 6.46 57.11 -
YUV 55.81 211.06 100.32 -
System Red Green Blue C M Y K H S L
Decimal 17 47 203 0.92 0.77 0 0.20 230.32 0.85 0.43
Hex 11 2F CB 5C 4D 0 14 E6 55 2B
Octal 21 57 313 134 115 0 24 346 125 53
Binary 10001 101111 11001011 1011100 1001101 0 10100 11100110 1010101 101011

Color Harmonies of #112FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112FCB

Black with #112FCB

Text Example


Text Example

White with #112FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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