Html Css Color HEX #111FCE Persian Blue

📋 copy color: '#111FCE'

red 17 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #111FCE

Tints of Persian Blue #111FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.2%

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

R = 6.69%
G = 12.2%
B = 81.1%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#111FCE (or 0x111FCE) is known color: Persian Blue. HEX triplet: 11, 1F and CE. RGB value is (17,31,206). Sum of RGB (Red+Green+Blue) = 17+31+206=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 206 (80.86% from 255 or 81.10% from 254); Max value from RGB is 206 - color contains mainly: blue. Hex color #111FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111FCE is #EEE031. Grayscale: #2E2E2E. Windows color (decimal): -15654962 or 13508369. OLE color: 13508369.

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

Color convert

RGB 17 31 206 -
CMYK 0.92 0.85 0 0.19
HSL 235.56º 0.85% 0.44% -
HSV(B) 235.56º 0.92% 0.81% -
XYZ 11.86 5.56 58.84 -
YUV 46.76 217.86 106.77 -
System Red Green Blue C M Y K H S L
Decimal 17 31 206 0.92 0.85 0 0.19 235.56 0.85 0.44
Hex 11 1F CE 5C 55 0 13 EC 55 2C
Octal 21 37 316 134 125 0 23 354 125 54
Binary 10001 11111 11001110 1011100 1010101 0 10011 11101100 1010101 101100

Color Harmonies of #111FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111FCE

Black with #111FCE

Text Example


Text Example

White with #111FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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