Html Css Color HEX #1127DA Persian Blue

📋 copy color: '#1127DA'

red 17 ◦ green 39 ◦ blue 218

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

Shades of Persian Blue #1127DA

Tints of Persian Blue #1127DA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

 BLUE value IS 218 (85.55% from 255) = 79.56%

R = 6.2%
G = 14.23%
B = 79.56%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1127DA (or 0x1127DA) is known color: Persian Blue. HEX triplet: 11, 27 and DA. RGB value is (17,39,218). Sum of RGB (Red+Green+Blue) = 17+39+218=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 218 (85.55% from 255 or 79.56% from 274); Max value from RGB is 218 - color contains mainly: blue. Hex color #1127DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1127DA is #EED825. Grayscale: #343434. Windows color (decimal): -15652902 or 14296849. OLE color: 14296849.

HSL color Cylindrical-coordinate representation of color #1127DA: hue angle of 233.43º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1127DA is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 39 218 -
CMYK 0.92 0.82 0 0.15
HSL 233.43º 0.86% 0.46% -
HSV(B) 233.43º 0.92% 0.85% -
XYZ 13.61 6.63 66.89 -
YUV 52.83 221.21 102.45 -
System Red Green Blue C M Y K H S L
Decimal 17 39 218 0.92 0.82 0 0.15 233.43 0.86 0.46
Hex 11 27 DA 5C 52 0 F E9 56 2E
Octal 21 47 332 134 122 0 17 351 126 56
Binary 10001 100111 11011010 1011100 1010010 0 1111 11101001 1010110 101110

Color Harmonies of #1127DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1127DA

Black with #1127DA

Text Example


Text Example

White with #1127DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1127DA; }

 p { color: rgb(17,39,218); }

 H1.HeaderClassName
 {
   color: #1127DA;
 }
 .AnyTagClassName
 {
   color: #1127DA;
 }
</style>

background-color css

<style>
 a { background-color: #1127DA; }

 a { background-color: rgb(17,39,218); }

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

border-color css

<style>
 span { border-color: #1127DA; }

 span { border-color: rgb(17,39,218); }

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