Html Css Color HEX #152EE6 Persian Blue

📋 copy color: '#152EE6'

red 21 ◦ green 46 ◦ blue 230

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

Shades of Persian Blue #152EE6

Tints of Persian Blue #152EE6

RGB

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

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

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

R = 7.07%
G = 15.49%
B = 77.44%

CMYK

 C value IS 0.91

 M value IS 0.8

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#152EE6 (or 0x152EE6) is known color: Persian Blue. HEX triplet: 15, 2E and E6. RGB value is (21,46,230). Sum of RGB (Red+Green+Blue) = 21+46+230=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 230 (90.23% from 255 or 77.44% from 297); Max value from RGB is 230 - color contains mainly: blue. Hex color #152EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152EE6 is #EAD119. Grayscale: #3A3A3A. Windows color (decimal): -15388954 or 15085077. OLE color: 15085077.

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

Color convert

RGB 21 46 230 -
CMYK 0.91 0.8 0 0.10
HSL 232.82º 0.83% 0.49% -
HSV(B) 232.82º 0.91% 0.9% -
XYZ 15.57 7.83 75.55 -
YUV 59.5 224.22 100.54 -
System Red Green Blue C M Y K H S L
Decimal 21 46 230 0.91 0.8 0 0.10 232.82 0.83 0.49
Hex 15 2E E6 5B 50 0 A E9 53 31
Octal 25 56 346 133 120 0 12 351 123 61
Binary 10101 101110 11100110 1011011 1010000 0 1010 11101001 1010011 110001

Color Harmonies of #152EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152EE6

Black with #152EE6

Text Example


Text Example

White with #152EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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