Html Css Color HEX #1129DF Persian Blue

📋 copy color: '#1129DF'

red 17 ◦ green 41 ◦ blue 223

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

Shades of Persian Blue #1129DF

Tints of Persian Blue #1129DF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

 BLUE value IS 223 (87.5% from 255) = 79.36%

R = 6.05%
G = 14.59%
B = 79.36%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1129DF (or 0x1129DF) is known color: Persian Blue. HEX triplet: 11, 29 and DF. RGB value is (17,41,223). Sum of RGB (Red+Green+Blue) = 17+41+223=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 223 (87.5% from 255 or 79.36% from 281); Max value from RGB is 223 - color contains mainly: blue. Hex color #1129DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1129DF is #EED620. Grayscale: #353535. Windows color (decimal): -15652385 or 14625041. OLE color: 14625041.

HSL color Cylindrical-coordinate representation of color #1129DF: hue angle of 233.01º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1129DF is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 41 223 -
CMYK 0.92 0.82 0 0.13
HSL 233.01º 0.86% 0.47% -
HSV(B) 233.01º 0.92% 0.87% -
XYZ 14.34 7.03 70.41 -
YUV 54.57 223.05 101.2 -
System Red Green Blue C M Y K H S L
Decimal 17 41 223 0.92 0.82 0 0.13 233.01 0.86 0.47
Hex 11 29 DF 5C 52 0 D E9 56 2F
Octal 21 51 337 134 122 0 15 351 126 57
Binary 10001 101001 11011111 1011100 1010010 0 1101 11101001 1010110 101111

Color Harmonies of #1129DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1129DF

Black with #1129DF

Text Example


Text Example

White with #1129DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1129DF; }

 p { color: rgb(17,41,223); }

 H1.HeaderClassName
 {
   color: #1129DF;
 }
 .AnyTagClassName
 {
   color: #1129DF;
 }
</style>

background-color css

<style>
 a { background-color: #1129DF; }

 a { background-color: rgb(17,41,223); }

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

border-color css

<style>
 span { border-color: #1129DF; }

 span { border-color: rgb(17,41,223); }

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