Html Css Color HEX #152FEF Persian Blue

📋 copy color: '#152FEF'

red 21 ◦ green 47 ◦ blue 239

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

Shades of Persian Blue #152FEF

Tints of Persian Blue #152FEF

RGB

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

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

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

R = 6.84%
G = 15.31%
B = 77.85%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#152FEF (or 0x152FEF) is known color: Persian Blue. HEX triplet: 15, 2F and EF. RGB value is (21,47,239). Sum of RGB (Red+Green+Blue) = 21+47+239=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #152FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152FEF is #EAD010. Grayscale: #3C3C3C. Windows color (decimal): -15388689 or 15675157. OLE color: 15675157.

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

Color convert

RGB 21 47 239 -
CMYK 0.91 0.80 0 0.06
HSL 232.84º 0.87% 0.51% -
HSV(B) 232.84º 0.91% 0.94% -
XYZ 16.91 8.42 82.4 -
YUV 61.11 228.39 99.39 -
System Red Green Blue C M Y K H S L
Decimal 21 47 239 0.91 0.80 0 0.06 232.84 0.87 0.51
Hex 15 2F EF 5B 50 0 6 E9 57 33
Octal 25 57 357 133 120 0 6 351 127 63
Binary 10101 101111 11101111 1011011 1010000 0 110 11101001 1010111 110011

Color Harmonies of #152FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FEF

Black with #152FEF

Text Example


Text Example

White with #152FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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