Html Css Color HEX #1141F9 Persian Blue

📋 copy color: '#1141F9'

red 17 ◦ green 65 ◦ blue 249

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

Shades of Persian Blue #1141F9

Tints of Persian Blue #1141F9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

 BLUE value IS 249 (97.66% from 255) = 75.23%

R = 5.14%
G = 19.64%
B = 75.23%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1141F9 (or 0x1141F9) is known color: Persian Blue. HEX triplet: 11, 41 and F9. RGB value is (17,65,249). Sum of RGB (Red+Green+Blue) = 17+65+249=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 249 (97.66% from 255 or 75.23% from 331); Max value from RGB is 249 - color contains mainly: blue. Hex color #1141F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1141F9 is #EEBE06. Grayscale: #464646. Windows color (decimal): -15646215 or 16335121. OLE color: 16335121.

HSL color Cylindrical-coordinate representation of color #1141F9: hue angle of 227.59º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1141F9 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 65 249 -
CMYK 0.93 0.74 0 0.02
HSL 227.59º 0.95% 0.52% -
HSV(B) 227.59º 0.93% 0.98% -
XYZ 19.22 10.74 90.68 -
YUV 71.62 228.1 89.04 -
System Red Green Blue C M Y K H S L
Decimal 17 65 249 0.93 0.74 0 0.02 227.59 0.95 0.52
Hex 11 41 F9 5D 4A 0 2 E4 5F 34
Octal 21 101 371 135 112 0 2 344 137 64
Binary 10001 1000001 11111001 1011101 1001010 0 10 11100100 1011111 110100

Color Harmonies of #1141F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1141F9

Black with #1141F9

Text Example


Text Example

White with #1141F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1141F9; }

 p { color: rgb(17,65,249); }

 H1.HeaderClassName
 {
   color: #1141F9;
 }
 .AnyTagClassName
 {
   color: #1141F9;
 }
</style>

background-color css

<style>
 a { background-color: #1141F9; }

 a { background-color: rgb(17,65,249); }

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

border-color css

<style>
 span { border-color: #1141F9; }

 span { border-color: rgb(17,65,249); }

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