Html Css Color HEX #152ACE Persian Blue

📋 copy color: '#152ACE'

red 21 ◦ green 42 ◦ blue 206

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

Shades of Persian Blue #152ACE

Tints of Persian Blue #152ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.58%

R = 7.81%
G = 15.61%
B = 76.58%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#152ACE (or 0x152ACE) is known color: Persian Blue. HEX triplet: 15, 2A and CE. RGB value is (21,42,206). Sum of RGB (Red+Green+Blue) = 21+42+206=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #152ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ACE is #EAD531. Grayscale: #353535. Windows color (decimal): -15390002 or 13511189. OLE color: 13511189.

HSL color Cylindrical-coordinate representation of color #152ACE: hue angle of 233.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152ACE is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 42 206 -
CMYK 0.90 0.80 0 0.19
HSL 233.19º 0.81% 0.45% -
HSV(B) 233.19º 0.9% 0.81% -
XYZ 12.28 6.27 58.96 -
YUV 54.42 213.54 104.16 -
System Red Green Blue C M Y K H S L
Decimal 21 42 206 0.90 0.80 0 0.19 233.19 0.81 0.45
Hex 15 2A CE 5A 50 0 13 E9 51 2D
Octal 25 52 316 132 120 0 23 351 121 55
Binary 10101 101010 11001110 1011010 1010000 0 10011 11101001 1010001 101101

Color Harmonies of #152ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152ACE

Black with #152ACE

Text Example


Text Example

White with #152ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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