Html Css Color HEX #153CCD Persian Blue

📋 copy color: '#153CCD'

red 21 ◦ green 60 ◦ blue 205

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

Shades of Persian Blue #153CCD

Tints of Persian Blue #153CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.98%

 BLUE value IS 205 (80.47% from 255) = 71.68%

R = 7.34%
G = 20.98%
B = 71.68%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#153CCD (or 0x153CCD) is known color: Persian Blue. HEX triplet: 15, 3C and CD. RGB value is (21,60,205). Sum of RGB (Red+Green+Blue) = 21+60+205=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #153CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CCD is #EAC332. Grayscale: #404040. Windows color (decimal): -15385395 or 13450261. OLE color: 13450261.

HSL color Cylindrical-coordinate representation of color #153CCD: hue angle of 227.28º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153CCD is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 60 205 -
CMYK 0.90 0.71 0 0.20
HSL 227.28º 0.81% 0.44% -
HSV(B) 227.28º 0.9% 0.8% -
XYZ 12.94 7.8 58.58 -
YUV 64.87 207.08 96.71 -
System Red Green Blue C M Y K H S L
Decimal 21 60 205 0.90 0.71 0 0.20 227.28 0.81 0.44
Hex 15 3C CD 5A 47 0 14 E3 51 2C
Octal 25 74 315 132 107 0 24 343 121 54
Binary 10101 111100 11001101 1011010 1000111 0 10100 11100011 1010001 101100

Color Harmonies of #153CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CCD

Black with #153CCD

Text Example


Text Example

White with #153CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153CCD; }

 p { color: rgb(21,60,205); }

 H1.HeaderClassName
 {
   color: #153CCD;
 }
 .AnyTagClassName
 {
   color: #153CCD;
 }
</style>

background-color css

<style>
 a { background-color: #153CCD; }

 a { background-color: rgb(21,60,205); }

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

border-color css

<style>
 span { border-color: #153CCD; }

 span { border-color: rgb(21,60,205); }

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