Html Css Color HEX #152ADE Persian Blue

📋 copy color: '#152ADE'

red 21 ◦ green 42 ◦ blue 222

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

Shades of Persian Blue #152ADE

Tints of Persian Blue #152ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.74%

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

R = 7.37%
G = 14.74%
B = 77.89%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#152ADE (or 0x152ADE) is known color: Persian Blue. HEX triplet: 15, 2A and DE. RGB value is (21,42,222). Sum of RGB (Red+Green+Blue) = 21+42+222=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #152ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ADE is #EAD521. Grayscale: #373737. Windows color (decimal): -15389986 or 14559765. OLE color: 14559765.

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

Color convert

RGB 21 42 222 -
CMYK 0.91 0.81 0 0.13
HSL 233.73º 0.83% 0.48% -
HSV(B) 233.73º 0.91% 0.87% -
XYZ 14.32 7.09 69.72 -
YUV 56.24 221.54 102.86 -
System Red Green Blue C M Y K H S L
Decimal 21 42 222 0.91 0.81 0 0.13 233.73 0.83 0.48
Hex 15 2A DE 5B 51 0 D EA 53 30
Octal 25 52 336 133 121 0 15 352 123 60
Binary 10101 101010 11011110 1011011 1010001 0 1101 11101010 1010011 110000

Color Harmonies of #152ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152ADE

Black with #152ADE

Text Example


Text Example

White with #152ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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