Html Css Color HEX #152CE6 Persian Blue

📋 copy color: '#152CE6'

red 21 ◦ green 44 ◦ blue 230

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

Shades of Persian Blue #152CE6

Tints of Persian Blue #152CE6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.92%

 BLUE value IS 230 (90.23% from 255) = 77.97%

R = 7.12%
G = 14.92%
B = 77.97%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#152CE6 (or 0x152CE6) is known color: Persian Blue. HEX triplet: 15, 2C and E6. RGB value is (21,44,230). Sum of RGB (Red+Green+Blue) = 21+44+230=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 230 (90.23% from 255 or 77.97% from 295); Max value from RGB is 230 - color contains mainly: blue. Hex color #152CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152CE6 is #EAD319. Grayscale: #393939. Windows color (decimal): -15389466 or 15084565. OLE color: 15084565.

HSL color Cylindrical-coordinate representation of color #152CE6: hue angle of 233.4º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152CE6 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 44 230 -
CMYK 0.91 0.81 0 0.10
HSL 233.4º 0.83% 0.49% -
HSV(B) 233.4º 0.91% 0.9% -
XYZ 15.49 7.67 75.53 -
YUV 58.33 224.88 101.38 -
System Red Green Blue C M Y K H S L
Decimal 21 44 230 0.91 0.81 0 0.10 233.4 0.83 0.49
Hex 15 2C E6 5B 51 0 A E9 53 31
Octal 25 54 346 133 121 0 12 351 123 61
Binary 10101 101100 11100110 1011011 1010001 0 1010 11101001 1010011 110001

Color Harmonies of #152CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152CE6

Black with #152CE6

Text Example


Text Example

White with #152CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,44,230); }

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

background-color css

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

 a { background-color: rgb(21,44,230); }

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

border-color css

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

 span { border-color: rgb(21,44,230); }

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