Html Css Color HEX #1143CE Persian Blue

📋 copy color: '#1143CE'

red 17 ◦ green 67 ◦ blue 206

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

Shades of Persian Blue #1143CE

Tints of Persian Blue #1143CE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

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

R = 5.86%
G = 23.1%
B = 71.03%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1143CE (or 0x1143CE) is known color: Persian Blue. HEX triplet: 11, 43 and CE. RGB value is (17,67,206). Sum of RGB (Red+Green+Blue) = 17+67+206=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #1143CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1143CE is #EEBC31. Grayscale: #434343. Windows color (decimal): -15645746 or 13517585. OLE color: 13517585.

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

Color convert

RGB 17 67 206 -
CMYK 0.92 0.67 0 0.19
HSL 224.13º 0.85% 0.44% -
HSV(B) 224.13º 0.92% 0.81% -
XYZ 13.38 8.59 59.35 -
YUV 67.9 205.94 91.7 -
System Red Green Blue C M Y K H S L
Decimal 17 67 206 0.92 0.67 0 0.19 224.13 0.85 0.44
Hex 11 43 CE 5C 43 0 13 E0 55 2C
Octal 21 103 316 134 103 0 23 340 125 54
Binary 10001 1000011 11001110 1011100 1000011 0 10011 11100000 1010101 101100

Color Harmonies of #1143CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1143CE

Black with #1143CE

Text Example


Text Example

White with #1143CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1143CE; }

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

 H1.HeaderClassName
 {
   color: #1143CE;
 }
 .AnyTagClassName
 {
   color: #1143CE;
 }
</style>

background-color css

<style>
 a { background-color: #1143CE; }

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

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

border-color css

<style>
 span { border-color: #1143CE; }

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

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