Html Css Color HEX #1A37BF Persian Blue

📋 copy color: '#1A37BF'

red 26 ◦ green 55 ◦ blue 191

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

Shades of Persian Blue #1A37BF

Tints of Persian Blue #1A37BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.22%

R = 9.56%
G = 20.22%
B = 70.22%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A37BF (or 0x1A37BF) is known color: Persian Blue. HEX triplet: 1A, 37 and BF. RGB value is (26,55,191). Sum of RGB (Red+Green+Blue) = 26+55+191=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A37BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A37BF is #E5C840. Grayscale: #3D3D3D. Windows color (decimal): -15059009 or 12531482. OLE color: 12531482.

HSL color Cylindrical-coordinate representation of color #1A37BF: hue angle of 229.45º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A37BF is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 55 191 -
CMYK 0.86 0.71 0 0.25
HSL 229.45º 0.76% 0.43% -
HSV(B) 229.45º 0.86% 0.75% -
XYZ 11.2 6.71 50 -
YUV 61.83 200.89 102.44 -
System Red Green Blue C M Y K H S L
Decimal 26 55 191 0.86 0.71 0 0.25 229.45 0.76 0.43
Hex 1A 37 BF 56 47 0 19 E5 4C 2B
Octal 32 67 277 126 107 0 31 345 114 53
Binary 11010 110111 10111111 1010110 1000111 0 11001 11100101 1001100 101011

Color Harmonies of #1A37BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A37BF

Black with #1A37BF

Text Example


Text Example

White with #1A37BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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