Html Css Color HEX #152CE0 Persian Blue

📋 copy color: '#152CE0'

red 21 ◦ green 44 ◦ blue 224

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

Shades of Persian Blue #152CE0

Tints of Persian Blue #152CE0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.22%

 BLUE value IS 224 (87.89% from 255) = 77.51%

R = 7.27%
G = 15.22%
B = 77.51%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#152CE0 (or 0x152CE0) is known color: Persian Blue. HEX triplet: 15, 2C and E0. RGB value is (21,44,224). Sum of RGB (Red+Green+Blue) = 21+44+224=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 224 (87.89% from 255 or 77.51% from 289); Max value from RGB is 224 - color contains mainly: blue. Hex color #152CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CE0 is #EAD31F. Grayscale: #383838. Windows color (decimal): -15389472 or 14691349. OLE color: 14691349.

HSL color Cylindrical-coordinate representation of color #152CE0: hue angle of 233.2º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152CE0 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 44 224 -
CMYK 0.91 0.80 0 0.12
HSL 233.2º 0.83% 0.48% -
HSV(B) 233.2º 0.91% 0.88% -
XYZ 14.66 7.34 71.17 -
YUV 57.64 221.88 101.86 -
System Red Green Blue C M Y K H S L
Decimal 21 44 224 0.91 0.80 0 0.12 233.2 0.83 0.48
Hex 15 2C E0 5B 50 0 C E9 53 30
Octal 25 54 340 133 120 0 14 351 123 60
Binary 10101 101100 11100000 1011011 1010000 0 1100 11101001 1010011 110000

Color Harmonies of #152CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152CE0

Black with #152CE0

Text Example


Text Example

White with #152CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,44,224); }

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

background-color css

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

 a { background-color: rgb(21,44,224); }

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

border-color css

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

 span { border-color: rgb(21,44,224); }

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