Html Css Color HEX #1537CE Persian Blue

📋 copy color: '#1537CE'

red 21 ◦ green 55 ◦ blue 206

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

Shades of Persian Blue #1537CE

Tints of Persian Blue #1537CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 73.05%

R = 7.45%
G = 19.5%
B = 73.05%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1537CE (or 0x1537CE) is known color: Persian Blue. HEX triplet: 15, 37 and CE. RGB value is (21,55,206). Sum of RGB (Red+Green+Blue) = 21+55+206=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #1537CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1537CE is #EAC831. Grayscale: #3D3D3D. Windows color (decimal): -15386674 or 13514517. OLE color: 13514517.

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

Color convert

RGB 21 55 206 -
CMYK 0.90 0.73 0 0.19
HSL 228.97º 0.81% 0.45% -
HSV(B) 228.97º 0.9% 0.81% -
XYZ 12.82 7.35 59.14 -
YUV 62.05 209.24 98.72 -
System Red Green Blue C M Y K H S L
Decimal 21 55 206 0.90 0.73 0 0.19 228.97 0.81 0.45
Hex 15 37 CE 5A 49 0 13 E5 51 2D
Octal 25 67 316 132 111 0 23 345 121 55
Binary 10101 110111 11001110 1011010 1001001 0 10011 11100101 1010001 101101

Color Harmonies of #1537CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1537CE

Black with #1537CE

Text Example


Text Example

White with #1537CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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