Html Css Color HEX #152FEB Persian Blue

📋 copy color: '#152FEB'

red 21 ◦ green 47 ◦ blue 235

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

Shades of Persian Blue #152FEB

Tints of Persian Blue #152FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 77.56%

R = 6.93%
G = 15.51%
B = 77.56%

CMYK

 C value IS 0.91

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#152FEB (or 0x152FEB) is known color: Persian Blue. HEX triplet: 15, 2F and EB. RGB value is (21,47,235). Sum of RGB (Red+Green+Blue) = 21+47+235=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 235 (92.19% from 255 or 77.56% from 303); Max value from RGB is 235 - color contains mainly: blue. Hex color #152FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152FEB is #EAD014. Grayscale: #3B3B3B. Windows color (decimal): -15388693 or 15413013. OLE color: 15413013.

HSL color Cylindrical-coordinate representation of color #152FEB: hue angle of 232.71º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152FEB is Cyan = 0.91, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 47 235 -
CMYK 0.91 0.8 0 0.08
HSL 232.71º 0.84% 0.5% -
HSV(B) 232.71º 0.91% 0.92% -
XYZ 16.32 8.19 79.32 -
YUV 60.66 226.39 99.71 -
System Red Green Blue C M Y K H S L
Decimal 21 47 235 0.91 0.8 0 0.08 232.71 0.84 0.5
Hex 15 2F EB 5B 50 0 8 E9 54 32
Octal 25 57 353 133 120 0 10 351 124 62
Binary 10101 101111 11101011 1011011 1010000 0 1000 11101001 1010100 110010

Color Harmonies of #152FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FEB

Black with #152FEB

Text Example


Text Example

White with #152FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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