Html Css Color HEX #152CE9 Persian Blue

📋 copy color: '#152CE9'

red 21 ◦ green 44 ◦ blue 233

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

Shades of Persian Blue #152CE9

Tints of Persian Blue #152CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 78.19%

R = 7.05%
G = 14.77%
B = 78.19%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#152CE9 (or 0x152CE9) is known color: Persian Blue. HEX triplet: 15, 2C and E9. RGB value is (21,44,233). Sum of RGB (Red+Green+Blue) = 21+44+233=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 233 (91.41% from 255 or 78.19% from 298); Max value from RGB is 233 - color contains mainly: blue. Hex color #152CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152CE9 is #EAD316. Grayscale: #393939. Windows color (decimal): -15389463 or 15281173. OLE color: 15281173.

HSL color Cylindrical-coordinate representation of color #152CE9: hue angle of 233.49º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152CE9 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 44 233 -
CMYK 0.91 0.81 0 0.09
HSL 233.49º 0.83% 0.5% -
HSV(B) 233.49º 0.91% 0.91% -
XYZ 15.92 7.84 77.77 -
YUV 58.67 226.38 101.13 -
System Red Green Blue C M Y K H S L
Decimal 21 44 233 0.91 0.81 0 0.09 233.49 0.83 0.5
Hex 15 2C E9 5B 51 0 9 E9 53 32
Octal 25 54 351 133 121 0 11 351 123 62
Binary 10101 101100 11101001 1011011 1010001 0 1001 11101001 1010011 110010

Color Harmonies of #152CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152CE9

Black with #152CE9

Text Example


Text Example

White with #152CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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