Html Css Color HEX #153FCD Persian Blue

📋 copy color: '#153FCD'

red 21 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #153FCD

Tints of Persian Blue #153FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 21.8%

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

R = 7.27%
G = 21.8%
B = 70.93%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#153FCD (or 0x153FCD) is known color: Persian Blue. HEX triplet: 15, 3F and CD. RGB value is (21,63,205). Sum of RGB (Red+Green+Blue) = 21+63+205=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #153FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FCD is #EAC032. Grayscale: #424242. Windows color (decimal): -15384627 or 13451029. OLE color: 13451029.

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

Color convert

RGB 21 63 205 -
CMYK 0.90 0.69 0 0.20
HSL 226.3º 0.81% 0.44% -
HSV(B) 226.3º 0.9% 0.8% -
XYZ 13.11 8.12 58.63 -
YUV 66.63 206.09 95.45 -
System Red Green Blue C M Y K H S L
Decimal 21 63 205 0.90 0.69 0 0.20 226.3 0.81 0.44
Hex 15 3F CD 5A 45 0 14 E2 51 2C
Octal 25 77 315 132 105 0 24 342 121 54
Binary 10101 111111 11001101 1011010 1000101 0 10100 11100010 1010001 101100

Color Harmonies of #153FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FCD

Black with #153FCD

Text Example


Text Example

White with #153FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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