Html Css Color HEX #152ACD Persian Blue

📋 copy color: '#152ACD'

red 21 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #152ACD

Tints of Persian Blue #152ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.67%

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

R = 7.84%
G = 15.67%
B = 76.49%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#152ACD (or 0x152ACD) is known color: Persian Blue. HEX triplet: 15, 2A and CD. RGB value is (21,42,205). Sum of RGB (Red+Green+Blue) = 21+42+205=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #152ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ACD is #EAD532. Grayscale: #353535. Windows color (decimal): -15390003 or 13445653. OLE color: 13445653.

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

Color convert

RGB 21 42 205 -
CMYK 0.90 0.80 0 0.20
HSL 233.15º 0.81% 0.44% -
HSV(B) 233.15º 0.9% 0.8% -
XYZ 12.16 6.22 58.32 -
YUV 54.3 213.04 104.25 -
System Red Green Blue C M Y K H S L
Decimal 21 42 205 0.90 0.80 0 0.20 233.15 0.81 0.44
Hex 15 2A CD 5A 50 0 14 E9 51 2C
Octal 25 52 315 132 120 0 24 351 121 54
Binary 10101 101010 11001101 1011010 1010000 0 10100 11101001 1010001 101100

Color Harmonies of #152ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152ACD

Black with #152ACD

Text Example


Text Example

White with #152ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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