Html Css Color HEX #1537CA Persian Blue

📋 copy color: '#1537CA'

red 21 ◦ green 55 ◦ blue 202

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

Shades of Persian Blue #1537CA

Tints of Persian Blue #1537CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 72.66%

R = 7.55%
G = 19.78%
B = 72.66%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1537CA (or 0x1537CA) is known color: Persian Blue. HEX triplet: 15, 37 and CA. RGB value is (21,55,202). Sum of RGB (Red+Green+Blue) = 21+55+202=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 202 (79.30% from 255 or 72.66% from 278); Max value from RGB is 202 - color contains mainly: blue. Hex color #1537CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1537CA is #EAC835. Grayscale: #3C3C3C. Windows color (decimal): -15386678 or 13252373. OLE color: 13252373.

HSL color Cylindrical-coordinate representation of color #1537CA: hue angle of 228.73º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1537CA is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 55 202 -
CMYK 0.90 0.73 0 0.21
HSL 228.73º 0.81% 0.44% -
HSV(B) 228.73º 0.9% 0.79% -
XYZ 12.34 7.16 56.61 -
YUV 61.59 207.24 99.05 -
System Red Green Blue C M Y K H S L
Decimal 21 55 202 0.90 0.73 0 0.21 228.73 0.81 0.44
Hex 15 37 CA 5A 49 0 15 E5 51 2C
Octal 25 67 312 132 111 0 25 345 121 54
Binary 10101 110111 11001010 1011010 1001001 0 10101 11100101 1010001 101100

Color Harmonies of #1537CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1537CA

Black with #1537CA

Text Example


Text Example

White with #1537CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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