Html Css Color HEX #112DCF Persian Blue

📋 copy color: '#112DCF'

red 17 ◦ green 45 ◦ blue 207

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

Shades of Persian Blue #112DCF

Tints of Persian Blue #112DCF

RGB

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

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

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

R = 6.32%
G = 16.73%
B = 76.95%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#112DCF (or 0x112DCF) is known color: Persian Blue. HEX triplet: 11, 2D and CF. RGB value is (17,45,207). Sum of RGB (Red+Green+Blue) = 17+45+207=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 207 (81.25% from 255 or 76.95% from 269); Max value from RGB is 207 - color contains mainly: blue. Hex color #112DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DCF is #EED230. Grayscale: #363636. Windows color (decimal): -15651377 or 13577489. OLE color: 13577489.

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

Color convert

RGB 17 45 207 -
CMYK 0.92 0.78 0 0.19
HSL 231.16º 0.85% 0.44% -
HSV(B) 231.16º 0.92% 0.81% -
XYZ 12.43 6.5 59.63 -
YUV 55.1 213.72 100.83 -
System Red Green Blue C M Y K H S L
Decimal 17 45 207 0.92 0.78 0 0.19 231.16 0.85 0.44
Hex 11 2D CF 5C 4E 0 13 E7 55 2C
Octal 21 55 317 134 116 0 23 347 125 54
Binary 10001 101101 11001111 1011100 1001110 0 10011 11100111 1010101 101100

Color Harmonies of #112DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DCF

Black with #112DCF

Text Example


Text Example

White with #112DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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