Html Css Color HEX #152FEC Persian Blue

📋 copy color: '#152FEC'

red 21 ◦ green 47 ◦ blue 236

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

Shades of Persian Blue #152FEC

Tints of Persian Blue #152FEC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.46%

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

R = 6.91%
G = 15.46%
B = 77.63%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#152FEC (or 0x152FEC) is known color: Persian Blue. HEX triplet: 15, 2F and EC. RGB value is (21,47,236). Sum of RGB (Red+Green+Blue) = 21+47+236=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #152FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152FEC is #EAD013. Grayscale: #3B3B3B. Windows color (decimal): -15388692 or 15478549. OLE color: 15478549.

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

Color convert

RGB 21 47 236 -
CMYK 0.91 0.80 0 0.07
HSL 232.74º 0.85% 0.5% -
HSV(B) 232.74º 0.91% 0.93% -
XYZ 16.47 8.25 80.08 -
YUV 60.77 226.89 99.63 -
System Red Green Blue C M Y K H S L
Decimal 21 47 236 0.91 0.80 0 0.07 232.74 0.85 0.5
Hex 15 2F EC 5B 50 0 7 E9 55 32
Octal 25 57 354 133 120 0 7 351 125 62
Binary 10101 101111 11101100 1011011 1010000 0 111 11101001 1010101 110010

Color Harmonies of #152FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FEC

Black with #152FEC

Text Example


Text Example

White with #152FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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