Html Css Color HEX #152CEC Persian Blue

📋 copy color: '#152CEC'

red 21 ◦ green 44 ◦ blue 236

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

Shades of Persian Blue #152CEC

Tints of Persian Blue #152CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 78.41%

R = 6.98%
G = 14.62%
B = 78.41%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#152CEC (or 0x152CEC) is known color: Persian Blue. HEX triplet: 15, 2C and EC. RGB value is (21,44,236). Sum of RGB (Red+Green+Blue) = 21+44+236=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 236 (92.58% from 255 or 78.41% from 301); Max value from RGB is 236 - color contains mainly: blue. Hex color #152CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152CEC is #EAD313. Grayscale: #3A3A3A. Windows color (decimal): -15389460 or 15477781. OLE color: 15477781.

HSL color Cylindrical-coordinate representation of color #152CEC: hue angle of 233.58º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152CEC is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 44 236 -
CMYK 0.91 0.81 0 0.07
HSL 233.58º 0.85% 0.5% -
HSV(B) 233.58º 0.91% 0.93% -
XYZ 16.35 8.02 80.04 -
YUV 59.01 227.88 100.89 -
System Red Green Blue C M Y K H S L
Decimal 21 44 236 0.91 0.81 0 0.07 233.58 0.85 0.5
Hex 15 2C EC 5B 51 0 7 EA 55 32
Octal 25 54 354 133 121 0 7 352 125 62
Binary 10101 101100 11101100 1011011 1010001 0 111 11101010 1010101 110010

Color Harmonies of #152CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152CEC

Black with #152CEC

Text Example


Text Example

White with #152CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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