Html Css Color HEX #152EDE Persian Blue

📋 copy color: '#152EDE'

red 21 ◦ green 46 ◦ blue 222

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

Shades of Persian Blue #152EDE

Tints of Persian Blue #152EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 76.82%

R = 7.27%
G = 15.92%
B = 76.82%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#152EDE (or 0x152EDE) is known color: Persian Blue. HEX triplet: 15, 2E and DE. RGB value is (21,46,222). Sum of RGB (Red+Green+Blue) = 21+46+222=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 222 (87.11% from 255 or 76.82% from 289); Max value from RGB is 222 - color contains mainly: blue. Hex color #152EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152EDE is #EAD121. Grayscale: #393939. Windows color (decimal): -15388962 or 14560789. OLE color: 14560789.

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

Color convert

RGB 21 46 222 -
CMYK 0.91 0.79 0 0.13
HSL 232.54º 0.83% 0.48% -
HSV(B) 232.54º 0.91% 0.87% -
XYZ 14.47 7.39 69.77 -
YUV 58.59 220.22 101.19 -
System Red Green Blue C M Y K H S L
Decimal 21 46 222 0.91 0.79 0 0.13 232.54 0.83 0.48
Hex 15 2E DE 5B 4F 0 D E9 53 30
Octal 25 56 336 133 117 0 15 351 123 60
Binary 10101 101110 11011110 1011011 1001111 0 1101 11101001 1010011 110000

Color Harmonies of #152EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152EDE

Black with #152EDE

Text Example


Text Example

White with #152EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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