Html Css Color HEX #152DE6 Persian Blue

📋 copy color: '#152DE6'

red 21 ◦ green 45 ◦ blue 230

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

Shades of Persian Blue #152DE6

Tints of Persian Blue #152DE6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.2%

 BLUE value IS 230 (90.23% from 255) = 77.7%

R = 7.09%
G = 15.2%
B = 77.7%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#152DE6 (or 0x152DE6) is known color: Persian Blue. HEX triplet: 15, 2D and E6. RGB value is (21,45,230). Sum of RGB (Red+Green+Blue) = 21+45+230=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 230 (90.23% from 255 or 77.70% from 296); Max value from RGB is 230 - color contains mainly: blue. Hex color #152DE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152DE6 is #EAD219. Grayscale: #3A3A3A. Windows color (decimal): -15389210 or 15084821. OLE color: 15084821.

HSL color Cylindrical-coordinate representation of color #152DE6: hue angle of 233.11º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152DE6 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 45 230 -
CMYK 0.91 0.80 0 0.10
HSL 233.11º 0.83% 0.49% -
HSV(B) 233.11º 0.91% 0.9% -
XYZ 15.53 7.75 75.54 -
YUV 58.91 224.55 100.96 -
System Red Green Blue C M Y K H S L
Decimal 21 45 230 0.91 0.80 0 0.10 233.11 0.83 0.49
Hex 15 2D E6 5B 50 0 A E9 53 31
Octal 25 55 346 133 120 0 12 351 123 61
Binary 10101 101101 11100110 1011011 1010000 0 1010 11101001 1010011 110001

Color Harmonies of #152DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DE6

Black with #152DE6

Text Example


Text Example

White with #152DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,45,230); }

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

background-color css

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

 a { background-color: rgb(21,45,230); }

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

border-color css

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

 span { border-color: rgb(21,45,230); }

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