Html Css Color HEX #1A37EB Persian Blue

📋 copy color: '#1A37EB'

red 26 ◦ green 55 ◦ blue 235

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

Shades of Persian Blue #1A37EB

Tints of Persian Blue #1A37EB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

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

R = 8.23%
G = 17.41%
B = 74.37%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A37EB (or 0x1A37EB) is known color: Persian Blue. HEX triplet: 1A, 37 and EB. RGB value is (26,55,235). Sum of RGB (Red+Green+Blue) = 26+55+235=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A37EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A37EB is #E5C814. Grayscale: #424242. Windows color (decimal): -15058965 or 15415066. OLE color: 15415066.

HSL color Cylindrical-coordinate representation of color #1A37EB: hue angle of 231.67º 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 #1A37EB is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 55 235 -
CMYK 0.89 0.77 0 0.08
HSL 231.67º 0.84% 0.51% -
HSV(B) 231.67º 0.89% 0.92% -
XYZ 16.79 8.95 79.44 -
YUV 66.85 222.89 98.86 -
System Red Green Blue C M Y K H S L
Decimal 26 55 235 0.89 0.77 0 0.08 231.67 0.84 0.51
Hex 1A 37 EB 59 4D 0 8 E8 54 33
Octal 32 67 353 131 115 0 10 350 124 63
Binary 11010 110111 11101011 1011001 1001101 0 1000 11101000 1010100 110011

Color Harmonies of #1A37EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A37EB

Black with #1A37EB

Text Example


Text Example

White with #1A37EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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