Html Css Color HEX #152EEF Persian Blue

📋 copy color: '#152EEF'

red 21 ◦ green 46 ◦ blue 239

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

Shades of Persian Blue #152EEF

Tints of Persian Blue #152EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 78.1%

R = 6.86%
G = 15.03%
B = 78.1%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#152EEF (or 0x152EEF) is known color: Persian Blue. HEX triplet: 15, 2E and EF. RGB value is (21,46,239). Sum of RGB (Red+Green+Blue) = 21+46+239=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 239 (93.75% from 255 or 78.10% from 306); Max value from RGB is 239 - color contains mainly: blue. Hex color #152EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152EEF is #EAD110. Grayscale: #3B3B3B. Windows color (decimal): -15388945 or 15674901. OLE color: 15674901.

HSL color Cylindrical-coordinate representation of color #152EEF: hue angle of 233.12º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152EEF is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 46 239 -
CMYK 0.91 0.81 0 0.06
HSL 233.12º 0.87% 0.51% -
HSV(B) 233.12º 0.91% 0.94% -
XYZ 16.87 8.35 82.38 -
YUV 60.53 228.72 99.81 -
System Red Green Blue C M Y K H S L
Decimal 21 46 239 0.91 0.81 0 0.06 233.12 0.87 0.51
Hex 15 2E EF 5B 51 0 6 E9 57 33
Octal 25 56 357 133 121 0 6 351 127 63
Binary 10101 101110 11101111 1011011 1010001 0 110 11101001 1010111 110011

Color Harmonies of #152EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152EEF

Black with #152EEF

Text Example


Text Example

White with #152EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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