Html Css Color HEX #111ECB Persian Blue

📋 copy color: '#111ECB'

red 17 ◦ green 30 ◦ blue 203

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

Shades of Persian Blue #111ECB

Tints of Persian Blue #111ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12%

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

R = 6.8%
G = 12%
B = 81.2%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#111ECB (or 0x111ECB) is known color: Persian Blue. HEX triplet: 11, 1E and CB. RGB value is (17,30,203). Sum of RGB (Red+Green+Blue) = 17+30+203=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #111ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ECB is #EEE134. Grayscale: #2D2D2D. Windows color (decimal): -15655221 or 13311505. OLE color: 13311505.

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

Color convert

RGB 17 30 203 -
CMYK 0.92 0.85 0 0.20
HSL 235.81º 0.85% 0.43% -
HSV(B) 235.81º 0.92% 0.8% -
XYZ 11.47 5.36 56.93 -
YUV 45.84 216.69 107.43 -
System Red Green Blue C M Y K H S L
Decimal 17 30 203 0.92 0.85 0 0.20 235.81 0.85 0.43
Hex 11 1E CB 5C 55 0 14 EC 55 2B
Octal 21 36 313 134 125 0 24 354 125 53
Binary 10001 11110 11001011 1011100 1010101 0 10100 11101100 1010101 101011

Color Harmonies of #111ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111ECB

Black with #111ECB

Text Example


Text Example

White with #111ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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