Html Css Color HEX #1437BF Persian Blue

📋 copy color: '#1437BF'

red 20 ◦ green 55 ◦ blue 191

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

Shades of Persian Blue #1437BF

Tints of Persian Blue #1437BF

RGB

 RED value IS 20 (8.2% from 255) = 7.52%

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

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

R = 7.52%
G = 20.68%
B = 71.8%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1437BF (or 0x1437BF) is known color: Persian Blue. HEX triplet: 14, 37 and BF. RGB value is (20,55,191). Sum of RGB (Red+Green+Blue) = 20+55+191=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 191 (75% from 255 or 71.80% from 266); Max value from RGB is 191 - color contains mainly: blue. Hex color #1437BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1437BF is #EBC840. Grayscale: #3B3B3B. Windows color (decimal): -15452225 or 12531476. OLE color: 12531476.

HSL color Cylindrical-coordinate representation of color #1437BF: hue angle of 227.72º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1437BF is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 55 191 -
CMYK 0.90 0.71 0 0.25
HSL 227.72º 0.81% 0.41% -
HSV(B) 227.72º 0.9% 0.75% -
XYZ 11.06 6.64 49.99 -
YUV 60.04 201.9 99.44 -
System Red Green Blue C M Y K H S L
Decimal 20 55 191 0.90 0.71 0 0.25 227.72 0.81 0.41
Hex 14 37 BF 5A 47 0 19 E4 51 29
Octal 24 67 277 132 107 0 31 344 121 51
Binary 10100 110111 10111111 1011010 1000111 0 11001 11100100 1010001 101001

Color Harmonies of #1437BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1437BF

Black with #1437BF

Text Example


Text Example

White with #1437BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1437BF; }

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

 H1.HeaderClassName
 {
   color: #1437BF;
 }
 .AnyTagClassName
 {
   color: #1437BF;
 }
</style>

background-color css

<style>
 a { background-color: #1437BF; }

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

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

border-color css

<style>
 span { border-color: #1437BF; }

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

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