Html Css Color HEX #1537BC Persian Blue

📋 copy color: '#1537BC'

red 21 ◦ green 55 ◦ blue 188

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

Shades of Persian Blue #1537BC

Tints of Persian Blue #1537BC

RGB

 RED value IS 21 (8.59% from 255) = 7.95%

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

 BLUE value IS 188 (73.83% from 255) = 71.21%

R = 7.95%
G = 20.83%
B = 71.21%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1537BC (or 0x1537BC) is known color: Persian Blue. HEX triplet: 15, 37 and BC. RGB value is (21,55,188). Sum of RGB (Red+Green+Blue) = 21+55+188=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #1537BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1537BC is #EAC843. Grayscale: #3B3B3B. Windows color (decimal): -15386692 or 12334869. OLE color: 12334869.

HSL color Cylindrical-coordinate representation of color #1537BC: hue angle of 227.78º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1537BC is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 55 188 -
CMYK 0.89 0.71 0 0.26
HSL 227.78º 0.8% 0.41% -
HSV(B) 227.78º 0.89% 0.74% -
XYZ 10.75 6.52 48.27 -
YUV 60 200.24 100.19 -
System Red Green Blue C M Y K H S L
Decimal 21 55 188 0.89 0.71 0 0.26 227.78 0.8 0.41
Hex 15 37 BC 59 47 0 1A E4 50 29
Octal 25 67 274 131 107 0 32 344 120 51
Binary 10101 110111 10111100 1011001 1000111 0 11010 11100100 1010000 101001

Color Harmonies of #1537BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1537BC

Black with #1537BC

Text Example


Text Example

White with #1537BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1537BC; }

 p { color: rgb(21,55,188); }

 H1.HeaderClassName
 {
   color: #1537BC;
 }
 .AnyTagClassName
 {
   color: #1537BC;
 }
</style>

background-color css

<style>
 a { background-color: #1537BC; }

 a { background-color: rgb(21,55,188); }

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

border-color css

<style>
 span { border-color: #1537BC; }

 span { border-color: rgb(21,55,188); }

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