Html Css Color HEX #1A39EB Persian Blue

📋 copy color: '#1A39EB'

red 26 ◦ green 57 ◦ blue 235

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

Shades of Persian Blue #1A39EB

Tints of Persian Blue #1A39EB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.92%

 BLUE value IS 235 (92.19% from 255) = 73.9%

R = 8.18%
G = 17.92%
B = 73.9%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A39EB (or 0x1A39EB) is known color: Persian Blue. HEX triplet: 1A, 39 and EB. RGB value is (26,57,235). Sum of RGB (Red+Green+Blue) = 26+57+235=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A39EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A39EB is #E5C614. Grayscale: #434343. Windows color (decimal): -15058453 or 15415578. OLE color: 15415578.

HSL color Cylindrical-coordinate representation of color #1A39EB: hue angle of 231.1º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A39EB is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 57 235 -
CMYK 0.89 0.76 0 0.08
HSL 231.1º 0.84% 0.51% -
HSV(B) 231.1º 0.89% 0.92% -
XYZ 16.88 9.14 79.47 -
YUV 68.02 222.23 98.03 -
System Red Green Blue C M Y K H S L
Decimal 26 57 235 0.89 0.76 0 0.08 231.1 0.84 0.51
Hex 1A 39 EB 59 4C 0 8 E7 54 33
Octal 32 71 353 131 114 0 10 347 124 63
Binary 11010 111001 11101011 1011001 1001100 0 1000 11100111 1010100 110011

Color Harmonies of #1A39EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A39EB

Black with #1A39EB

Text Example


Text Example

White with #1A39EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,57,235); }

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

background-color css

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

 a { background-color: rgb(26,57,235); }

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

border-color css

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

 span { border-color: rgb(26,57,235); }

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