Html Css Color HEX #152EEB Persian Blue

📋 copy color: '#152EEB'

red 21 ◦ green 46 ◦ blue 235

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

Shades of Persian Blue #152EEB

Tints of Persian Blue #152EEB

RGB

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

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

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

R = 6.95%
G = 15.23%
B = 77.81%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#152EEB (or 0x152EEB) is known color: Persian Blue. HEX triplet: 15, 2E and EB. RGB value is (21,46,235). Sum of RGB (Red+Green+Blue) = 21+46+235=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 235 (92.19% from 255 or 77.81% from 302); Max value from RGB is 235 - color contains mainly: blue. Hex color #152EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152EEB is #EAD114. Grayscale: #3B3B3B. Windows color (decimal): -15388949 or 15412757. OLE color: 15412757.

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

Color convert

RGB 21 46 235 -
CMYK 0.91 0.80 0 0.08
HSL 232.99º 0.84% 0.5% -
HSV(B) 232.99º 0.91% 0.92% -
XYZ 16.28 8.11 79.3 -
YUV 60.07 226.72 100.13 -
System Red Green Blue C M Y K H S L
Decimal 21 46 235 0.91 0.80 0 0.08 232.99 0.84 0.5
Hex 15 2E EB 5B 50 0 8 E9 54 32
Octal 25 56 353 133 120 0 10 351 124 62
Binary 10101 101110 11101011 1011011 1010000 0 1000 11101001 1010100 110010

Color Harmonies of #152EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152EEB

Black with #152EEB

Text Example


Text Example

White with #152EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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