Html Css Color HEX #1130CE Persian Blue

📋 copy color: '#1130CE'

red 17 ◦ green 48 ◦ blue 206

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

Shades of Persian Blue #1130CE

Tints of Persian Blue #1130CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

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

R = 6.27%
G = 17.71%
B = 76.01%

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

#1130CE (or 0x1130CE) is known color: Persian Blue. HEX triplet: 11, 30 and CE. RGB value is (17,48,206). Sum of RGB (Red+Green+Blue) = 17+48+206=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #1130CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1130CE is #EECF31. Grayscale: #383838. Windows color (decimal): -15650610 or 13512721. OLE color: 13512721.

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

Color convert

RGB 17 48 206 -
CMYK 0.92 0.77 0 0.19
HSL 230.16º 0.85% 0.44% -
HSV(B) 230.16º 0.92% 0.81% -
XYZ 12.43 6.69 59.03 -
YUV 56.74 212.23 99.65 -
System Red Green Blue C M Y K H S L
Decimal 17 48 206 0.92 0.77 0 0.19 230.16 0.85 0.44
Hex 11 30 CE 5C 4D 0 13 E6 55 2C
Octal 21 60 316 134 115 0 23 346 125 54
Binary 10001 110000 11001110 1011100 1001101 0 10011 11100110 1010101 101100

Color Harmonies of #1130CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1130CE

Black with #1130CE

Text Example


Text Example

White with #1130CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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