Html Css Color HEX #152EEC Persian Blue

📋 copy color: '#152EEC'

red 21 ◦ green 46 ◦ blue 236

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

Shades of Persian Blue #152EEC

Tints of Persian Blue #152EEC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.18%

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

R = 6.93%
G = 15.18%
B = 77.89%

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

#152EEC (or 0x152EEC) is known color: Persian Blue. HEX triplet: 15, 2E and EC. RGB value is (21,46,236). Sum of RGB (Red+Green+Blue) = 21+46+236=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #152EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152EEC is #EAD113. Grayscale: #3B3B3B. Windows color (decimal): -15388948 or 15478293. OLE color: 15478293.

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

Color convert

RGB 21 46 236 -
CMYK 0.91 0.81 0 0.07
HSL 233.02º 0.85% 0.5% -
HSV(B) 233.02º 0.91% 0.93% -
XYZ 16.43 8.17 80.07 -
YUV 60.19 227.22 100.05 -
System Red Green Blue C M Y K H S L
Decimal 21 46 236 0.91 0.81 0 0.07 233.02 0.85 0.5
Hex 15 2E EC 5B 51 0 7 E9 55 32
Octal 25 56 354 133 121 0 7 351 125 62
Binary 10101 101110 11101100 1011011 1010001 0 111 11101001 1010101 110010

Color Harmonies of #152EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152EEC

Black with #152EEC

Text Example


Text Example

White with #152EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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