Html Css Color HEX #153DCD Persian Blue

📋 copy color: '#153DCD'

red 21 ◦ green 61 ◦ blue 205

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

Shades of Persian Blue #153DCD

Tints of Persian Blue #153DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.25%

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

R = 7.32%
G = 21.25%
B = 71.43%

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

#153DCD (or 0x153DCD) is known color: Persian Blue. HEX triplet: 15, 3D and CD. RGB value is (21,61,205). Sum of RGB (Red+Green+Blue) = 21+61+205=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #153DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DCD is #EAC232. Grayscale: #404040. Windows color (decimal): -15385139 or 13450517. OLE color: 13450517.

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

Color convert

RGB 21 61 205 -
CMYK 0.90 0.70 0 0.20
HSL 226.96º 0.81% 0.44% -
HSV(B) 226.96º 0.9% 0.8% -
XYZ 13 7.9 58.6 -
YUV 65.46 206.75 96.29 -
System Red Green Blue C M Y K H S L
Decimal 21 61 205 0.90 0.70 0 0.20 226.96 0.81 0.44
Hex 15 3D CD 5A 46 0 14 E3 51 2C
Octal 25 75 315 132 106 0 24 343 121 54
Binary 10101 111101 11001101 1011010 1000110 0 10100 11100011 1010001 101100

Color Harmonies of #153DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153DCD

Black with #153DCD

Text Example


Text Example

White with #153DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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