Html Css Color HEX #112FCF Persian Blue

📋 copy color: '#112FCF'

red 17 ◦ green 47 ◦ blue 207

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

Shades of Persian Blue #112FCF

Tints of Persian Blue #112FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 76.38%

R = 6.27%
G = 17.34%
B = 76.38%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#112FCF (or 0x112FCF) is known color: Persian Blue. HEX triplet: 11, 2F and CF. RGB value is (17,47,207). Sum of RGB (Red+Green+Blue) = 17+47+207=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #112FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112FCF is #EED030. Grayscale: #373737. Windows color (decimal): -15650865 or 13578001. OLE color: 13578001.

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

Color convert

RGB 17 47 207 -
CMYK 0.92 0.77 0 0.19
HSL 230.53º 0.85% 0.44% -
HSV(B) 230.53º 0.92% 0.81% -
XYZ 12.51 6.66 59.66 -
YUV 56.27 213.06 99.99 -
System Red Green Blue C M Y K H S L
Decimal 17 47 207 0.92 0.77 0 0.19 230.53 0.85 0.44
Hex 11 2F CF 5C 4D 0 13 E7 55 2C
Octal 21 57 317 134 115 0 23 347 125 54
Binary 10001 101111 11001111 1011100 1001101 0 10011 11100111 1010101 101100

Color Harmonies of #112FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112FCF

Black with #112FCF

Text Example


Text Example

White with #112FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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