Html Css Color HEX #152FE0 Persian Blue

📋 copy color: '#152FE0'

red 21 ◦ green 47 ◦ blue 224

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

Shades of Persian Blue #152FE0

Tints of Persian Blue #152FE0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.1%

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

R = 7.19%
G = 16.1%
B = 76.71%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#152FE0 (or 0x152FE0) is known color: Persian Blue. HEX triplet: 15, 2F and E0. RGB value is (21,47,224). Sum of RGB (Red+Green+Blue) = 21+47+224=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 224 (87.89% from 255 or 76.71% from 292); Max value from RGB is 224 - color contains mainly: blue. Hex color #152FE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152FE0 is #EAD01F. Grayscale: #3A3A3A. Windows color (decimal): -15388704 or 14692117. OLE color: 14692117.

HSL color Cylindrical-coordinate representation of color #152FE0: hue angle of 232.32º 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 #152FE0 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 47 224 -
CMYK 0.91 0.79 0 0.12
HSL 232.32º 0.83% 0.48% -
HSV(B) 232.32º 0.91% 0.88% -
XYZ 14.78 7.57 71.2 -
YUV 59.4 220.89 100.61 -
System Red Green Blue C M Y K H S L
Decimal 21 47 224 0.91 0.79 0 0.12 232.32 0.83 0.48
Hex 15 2F E0 5B 4F 0 C E8 53 30
Octal 25 57 340 133 117 0 14 350 123 60
Binary 10101 101111 11100000 1011011 1001111 0 1100 11101000 1010011 110000

Color Harmonies of #152FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FE0

Black with #152FE0

Text Example


Text Example

White with #152FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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