Html Css Color HEX #1A1FD7 Persian Blue

📋 copy color: '#1A1FD7'

red 26 ◦ green 31 ◦ blue 215

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

Shades of Persian Blue #1A1FD7

Tints of Persian Blue #1A1FD7

RGB

 RED value IS 26 (10.55% from 255) = 9.56%

 GREEN value IS 31 (12.5% from 255) = 11.4%

 BLUE value IS 215 (84.38% from 255) = 79.04%

R = 9.56%
G = 11.4%
B = 79.04%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1A1FD7 (or 0x1A1FD7) is known color: Persian Blue. HEX triplet: 1A, 1F and D7. RGB value is (26,31,215). Sum of RGB (Red+Green+Blue) = 26+31+215=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 215 (84.38% from 255 or 79.04% from 272); Max value from RGB is 215 - color contains mainly: blue. Hex color #1A1FD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1FD7 is #E5E028. Grayscale: #313131. Windows color (decimal): -15065129 or 14098202. OLE color: 14098202.

HSL color Cylindrical-coordinate representation of color #1A1FD7: hue angle of 238.41º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A1FD7 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 31 215 -
CMYK 0.88 0.86 0 0.16
HSL 238.41º 0.78% 0.47% -
HSV(B) 238.41º 0.88% 0.84% -
XYZ 13.18 6.11 64.77 -
YUV 50.48 220.84 110.54 -
System Red Green Blue C M Y K H S L
Decimal 26 31 215 0.88 0.86 0 0.16 238.41 0.78 0.47
Hex 1A 1F D7 58 56 0 10 EE 4E 2F
Octal 32 37 327 130 126 0 20 356 116 57
Binary 11010 11111 11010111 1011000 1010110 0 10000 11101110 1001110 101111

Color Harmonies of #1A1FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1FD7

Black with #1A1FD7

Text Example


Text Example

White with #1A1FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A1FD7; }

 p { color: rgb(26,31,215); }

 H1.HeaderClassName
 {
   color: #1A1FD7;
 }
 .AnyTagClassName
 {
   color: #1A1FD7;
 }
</style>

background-color css

<style>
 a { background-color: #1A1FD7; }

 a { background-color: rgb(26,31,215); }

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

border-color css

<style>
 span { border-color: #1A1FD7; }

 span { border-color: rgb(26,31,215); }

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