Html Css Color HEX #152BE0 Persian Blue

📋 copy color: '#152BE0'

red 21 ◦ green 43 ◦ blue 224

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

Shades of Persian Blue #152BE0

Tints of Persian Blue #152BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.93%

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

R = 7.29%
G = 14.93%
B = 77.78%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#152BE0 (or 0x152BE0) is known color: Persian Blue. HEX triplet: 15, 2B and E0. RGB value is (21,43,224). Sum of RGB (Red+Green+Blue) = 21+43+224=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 224 (87.89% from 255 or 77.78% from 288); Max value from RGB is 224 - color contains mainly: blue. Hex color #152BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BE0 is #EAD41F. Grayscale: #383838. Windows color (decimal): -15389728 or 14691093. OLE color: 14691093.

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

Color convert

RGB 21 43 224 -
CMYK 0.91 0.81 0 0.12
HSL 233.5º 0.83% 0.48% -
HSV(B) 233.5º 0.91% 0.88% -
XYZ 14.63 7.27 71.15 -
YUV 57.06 222.21 102.28 -
System Red Green Blue C M Y K H S L
Decimal 21 43 224 0.91 0.81 0 0.12 233.5 0.83 0.48
Hex 15 2B E0 5B 51 0 C E9 53 30
Octal 25 53 340 133 121 0 14 351 123 60
Binary 10101 101011 11100000 1011011 1010001 0 1100 11101001 1010011 110000

Color Harmonies of #152BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152BE0

Black with #152BE0

Text Example


Text Example

White with #152BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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