Html Css Color HEX #1142CE Persian Blue

📋 copy color: '#1142CE'

red 17 ◦ green 66 ◦ blue 206

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

Shades of Persian Blue #1142CE

Tints of Persian Blue #1142CE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.84%

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

R = 5.88%
G = 22.84%
B = 71.28%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1142CE (or 0x1142CE) is known color: Persian Blue. HEX triplet: 11, 42 and CE. RGB value is (17,66,206). Sum of RGB (Red+Green+Blue) = 17+66+206=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #1142CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1142CE is #EEBD31. Grayscale: #424242. Windows color (decimal): -15646002 or 13517329. OLE color: 13517329.

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

Color convert

RGB 17 66 206 -
CMYK 0.92 0.68 0 0.19
HSL 224.44º 0.85% 0.44% -
HSV(B) 224.44º 0.92% 0.81% -
XYZ 13.32 8.47 59.33 -
YUV 67.31 206.27 92.12 -
System Red Green Blue C M Y K H S L
Decimal 17 66 206 0.92 0.68 0 0.19 224.44 0.85 0.44
Hex 11 42 CE 5C 44 0 13 E0 55 2C
Octal 21 102 316 134 104 0 23 340 125 54
Binary 10001 1000010 11001110 1011100 1000100 0 10011 11100000 1010101 101100

Color Harmonies of #1142CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1142CE

Black with #1142CE

Text Example


Text Example

White with #1142CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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