Html Css Color HEX #152EE9 Persian Blue

📋 copy color: '#152EE9'

red 21 ◦ green 46 ◦ blue 233

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

Shades of Persian Blue #152EE9

Tints of Persian Blue #152EE9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.33%

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

R = 7%
G = 15.33%
B = 77.67%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#152EE9 (or 0x152EE9) is known color: Persian Blue. HEX triplet: 15, 2E and E9. RGB value is (21,46,233). Sum of RGB (Red+Green+Blue) = 21+46+233=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 233 (91.41% from 255 or 77.67% from 300); Max value from RGB is 233 - color contains mainly: blue. Hex color #152EE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152EE9 is #EAD116. Grayscale: #3B3B3B. Windows color (decimal): -15388951 or 15281685. OLE color: 15281685.

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

Color convert

RGB 21 46 233 -
CMYK 0.91 0.80 0 0.09
HSL 232.92º 0.83% 0.5% -
HSV(B) 232.92º 0.91% 0.91% -
XYZ 15.99 8 77.79 -
YUV 59.84 225.72 100.29 -
System Red Green Blue C M Y K H S L
Decimal 21 46 233 0.91 0.80 0 0.09 232.92 0.83 0.5
Hex 15 2E E9 5B 50 0 9 E9 53 32
Octal 25 56 351 133 120 0 11 351 123 62
Binary 10101 101110 11101001 1011011 1010000 0 1001 11101001 1010011 110010

Color Harmonies of #152EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152EE9

Black with #152EE9

Text Example


Text Example

White with #152EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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