Html Css Color HEX #1145EF Persian Blue

📋 copy color: '#1145EF'

red 17 ◦ green 69 ◦ blue 239

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

Shades of Persian Blue #1145EF

Tints of Persian Blue #1145EF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.23%

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

R = 5.23%
G = 21.23%
B = 73.54%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1145EF (or 0x1145EF) is known color: Persian Blue. HEX triplet: 11, 45 and EF. RGB value is (17,69,239). Sum of RGB (Red+Green+Blue) = 17+69+239=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #1145EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1145EF is #EEBA10. Grayscale: #484848. Windows color (decimal): -15645201 or 15680785. OLE color: 15680785.

HSL color Cylindrical-coordinate representation of color #1145EF: hue angle of 225.95º 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 #1145EF is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 69 239 -
CMYK 0.93 0.71 0 0.06
HSL 225.95º 0.87% 0.5% -
HSV(B) 225.95º 0.93% 0.94% -
XYZ 17.94 10.61 82.76 -
YUV 72.83 221.77 88.18 -
System Red Green Blue C M Y K H S L
Decimal 17 69 239 0.93 0.71 0 0.06 225.95 0.87 0.5
Hex 11 45 EF 5D 47 0 6 E2 57 32
Octal 21 105 357 135 107 0 6 342 127 62
Binary 10001 1000101 11101111 1011101 1000111 0 110 11100010 1010111 110010

Color Harmonies of #1145EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1145EF

Black with #1145EF

Text Example


Text Example

White with #1145EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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