Html Css Color HEX #1130EF Persian Blue

📋 copy color: '#1130EF'

red 17 ◦ green 48 ◦ blue 239

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

Shades of Persian Blue #1130EF

Tints of Persian Blue #1130EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 78.62%

R = 5.59%
G = 15.79%
B = 78.62%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1130EF (or 0x1130EF) is known color: Persian Blue. HEX triplet: 11, 30 and EF. RGB value is (17,48,239). Sum of RGB (Red+Green+Blue) = 17+48+239=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #1130EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1130EF is #EECF10. Grayscale: #3B3B3B. Windows color (decimal): -15650577 or 15675409. OLE color: 15675409.

HSL color Cylindrical-coordinate representation of color #1130EF: hue angle of 231.62º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1130EF is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 48 239 -
CMYK 0.93 0.80 0 0.06
HSL 231.62º 0.87% 0.5% -
HSV(B) 231.62º 0.93% 0.94% -
XYZ 16.87 8.47 82.41 -
YUV 60.51 228.73 96.97 -
System Red Green Blue C M Y K H S L
Decimal 17 48 239 0.93 0.80 0 0.06 231.62 0.87 0.5
Hex 11 30 EF 5D 50 0 6 E8 57 32
Octal 21 60 357 135 120 0 6 350 127 62
Binary 10001 110000 11101111 1011101 1010000 0 110 11101000 1010111 110010

Color Harmonies of #1130EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1130EF

Black with #1130EF

Text Example


Text Example

White with #1130EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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