Html Css Color HEX #153ECD Persian Blue

📋 copy color: '#153ECD'

red 21 ◦ green 62 ◦ blue 205

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

Shades of Persian Blue #153ECD

Tints of Persian Blue #153ECD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.53%

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

R = 7.29%
G = 21.53%
B = 71.18%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#153ECD (or 0x153ECD) is known color: Persian Blue. HEX triplet: 15, 3E and CD. RGB value is (21,62,205). Sum of RGB (Red+Green+Blue) = 21+62+205=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #153ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ECD is #EAC132. Grayscale: #414141. Windows color (decimal): -15384883 or 13450773. OLE color: 13450773.

HSL color Cylindrical-coordinate representation of color #153ECD: hue angle of 226.63º 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 #153ECD is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 62 205 -
CMYK 0.90 0.70 0 0.20
HSL 226.63º 0.81% 0.44% -
HSV(B) 226.63º 0.9% 0.8% -
XYZ 13.05 8.01 58.62 -
YUV 66.04 206.42 95.87 -
System Red Green Blue C M Y K H S L
Decimal 21 62 205 0.90 0.70 0 0.20 226.63 0.81 0.44
Hex 15 3E CD 5A 46 0 14 E3 51 2C
Octal 25 76 315 132 106 0 24 343 121 54
Binary 10101 111110 11001101 1011010 1000110 0 10100 11100011 1010001 101100

Color Harmonies of #153ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153ECD

Black with #153ECD

Text Example


Text Example

White with #153ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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