Html Css Color HEX #112FCE Persian Blue

📋 copy color: '#112FCE'

red 17 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #112FCE

Tints of Persian Blue #112FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.3%

R = 6.3%
G = 17.41%
B = 76.3%

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

#112FCE (or 0x112FCE) is known color: Persian Blue. HEX triplet: 11, 2F and CE. RGB value is (17,47,206). Sum of RGB (Red+Green+Blue) = 17+47+206=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #112FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112FCE is #EED031. Grayscale: #373737. Windows color (decimal): -15650866 or 13512465. OLE color: 13512465.

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

Color convert

RGB 17 47 206 -
CMYK 0.92 0.77 0 0.19
HSL 230.48º 0.85% 0.44% -
HSV(B) 230.48º 0.92% 0.81% -
XYZ 12.39 6.61 59.02 -
YUV 56.16 212.56 100.07 -
System Red Green Blue C M Y K H S L
Decimal 17 47 206 0.92 0.77 0 0.19 230.48 0.85 0.44
Hex 11 2F CE 5C 4D 0 13 E6 55 2C
Octal 21 57 316 134 115 0 23 346 125 54
Binary 10001 101111 11001110 1011100 1001101 0 10011 11100110 1010101 101100

Color Harmonies of #112FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112FCE

Black with #112FCE

Text Example


Text Example

White with #112FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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