Html Css Color HEX #152DD9 Persian Blue

📋 copy color: '#152DD9'

red 21 ◦ green 45 ◦ blue 217

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

Shades of Persian Blue #152DD9

Tints of Persian Blue #152DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 76.68%

R = 7.42%
G = 15.9%
B = 76.68%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#152DD9 (or 0x152DD9) is known color: Persian Blue. HEX triplet: 15, 2D and D9. RGB value is (21,45,217). Sum of RGB (Red+Green+Blue) = 21+45+217=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 217 (85.16% from 255 or 76.68% from 283); Max value from RGB is 217 - color contains mainly: blue. Hex color #152DD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DD9 is #EAD226. Grayscale: #383838. Windows color (decimal): -15389223 or 14232853. OLE color: 14232853.

HSL color Cylindrical-coordinate representation of color #152DD9: hue angle of 232.65º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152DD9 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 45 217 -
CMYK 0.90 0.79 0 0.15
HSL 232.65º 0.82% 0.47% -
HSV(B) 232.65º 0.9% 0.85% -
XYZ 13.77 7.05 66.28 -
YUV 57.43 218.05 102.01 -
System Red Green Blue C M Y K H S L
Decimal 21 45 217 0.90 0.79 0 0.15 232.65 0.82 0.47
Hex 15 2D D9 5A 4F 0 F E9 52 2F
Octal 25 55 331 132 117 0 17 351 122 57
Binary 10101 101101 11011001 1011010 1001111 0 1111 11101001 1010010 101111

Color Harmonies of #152DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DD9

Black with #152DD9

Text Example


Text Example

White with #152DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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