Html Css Color HEX #152ADF Persian Blue

📋 copy color: '#152ADF'

red 21 ◦ green 42 ◦ blue 223

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

Shades of Persian Blue #152ADF

Tints of Persian Blue #152ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.97%

R = 7.34%
G = 14.69%
B = 77.97%

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

#152ADF (or 0x152ADF) is known color: Persian Blue. HEX triplet: 15, 2A and DF. RGB value is (21,42,223). Sum of RGB (Red+Green+Blue) = 21+42+223=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 223 (87.5% from 255 or 77.97% from 286); Max value from RGB is 223 - color contains mainly: blue. Hex color #152ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ADF is #EAD520. Grayscale: #373737. Windows color (decimal): -15389985 or 14625301. OLE color: 14625301.

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

Color convert

RGB 21 42 223 -
CMYK 0.91 0.81 0 0.13
HSL 233.76º 0.83% 0.48% -
HSV(B) 233.76º 0.91% 0.87% -
XYZ 14.46 7.14 70.43 -
YUV 56.36 222.04 102.78 -
System Red Green Blue C M Y K H S L
Decimal 21 42 223 0.91 0.81 0 0.13 233.76 0.83 0.48
Hex 15 2A DF 5B 51 0 D EA 53 30
Octal 25 52 337 133 121 0 15 352 123 60
Binary 10101 101010 11011111 1011011 1010001 0 1101 11101010 1010011 110000

Color Harmonies of #152ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152ADF

Black with #152ADF

Text Example


Text Example

White with #152ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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