Html Css Color HEX #152DCD Persian Blue

📋 copy color: '#152DCD'

red 21 ◦ green 45 ◦ blue 205

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

Shades of Persian Blue #152DCD

Tints of Persian Blue #152DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.61%

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

R = 7.75%
G = 16.61%
B = 75.65%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#152DCD (or 0x152DCD) is known color: Persian Blue. HEX triplet: 15, 2D and CD. RGB value is (21,45,205). Sum of RGB (Red+Green+Blue) = 21+45+205=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #152DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DCD is #EAD232. Grayscale: #373737. Windows color (decimal): -15389235 or 13446421. OLE color: 13446421.

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

Color convert

RGB 21 45 205 -
CMYK 0.90 0.78 0 0.20
HSL 232.17º 0.81% 0.44% -
HSV(B) 232.17º 0.9% 0.8% -
XYZ 12.27 6.44 58.35 -
YUV 56.06 212.05 102.99 -
System Red Green Blue C M Y K H S L
Decimal 21 45 205 0.90 0.78 0 0.20 232.17 0.81 0.44
Hex 15 2D CD 5A 4E 0 14 E8 51 2C
Octal 25 55 315 132 116 0 24 350 121 54
Binary 10101 101101 11001101 1011010 1001110 0 10100 11101000 1010001 101100

Color Harmonies of #152DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DCD

Black with #152DCD

Text Example


Text Example

White with #152DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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