Html Css Color HEX #1A37EA Persian Blue

📋 copy color: '#1A37EA'

red 26 ◦ green 55 ◦ blue 234

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

Shades of Persian Blue #1A37EA

Tints of Persian Blue #1A37EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 74.29%

R = 8.25%
G = 17.46%
B = 74.29%

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

#1A37EA (or 0x1A37EA) is known color: Persian Blue. HEX triplet: 1A, 37 and EA. RGB value is (26,55,234). Sum of RGB (Red+Green+Blue) = 26+55+234=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A37EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A37EA is #E5C815. Grayscale: #414141. Windows color (decimal): -15058966 or 15349530. OLE color: 15349530.

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

Color convert

RGB 26 55 234 -
CMYK 0.89 0.76 0 0.08
HSL 231.63º 0.83% 0.51% -
HSV(B) 231.63º 0.89% 0.92% -
XYZ 16.64 8.89 78.68 -
YUV 66.74 222.39 98.95 -
System Red Green Blue C M Y K H S L
Decimal 26 55 234 0.89 0.76 0 0.08 231.63 0.83 0.51
Hex 1A 37 EA 59 4C 0 8 E8 53 33
Octal 32 67 352 131 114 0 10 350 123 63
Binary 11010 110111 11101010 1011001 1001100 0 1000 11101000 1010011 110011

Color Harmonies of #1A37EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A37EA

Black with #1A37EA

Text Example


Text Example

White with #1A37EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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