Html Css Color HEX #152EED Persian Blue

📋 copy color: '#152EED'

red 21 ◦ green 46 ◦ blue 237

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

Shades of Persian Blue #152EED

Tints of Persian Blue #152EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 77.96%

R = 6.91%
G = 15.13%
B = 77.96%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#152EED (or 0x152EED) is known color: Persian Blue. HEX triplet: 15, 2E and ED. RGB value is (21,46,237). Sum of RGB (Red+Green+Blue) = 21+46+237=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 237 (92.97% from 255 or 77.96% from 304); Max value from RGB is 237 - color contains mainly: blue. Hex color #152EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152EED is #EAD112. Grayscale: #3B3B3B. Windows color (decimal): -15388947 or 15543829. OLE color: 15543829.

HSL color Cylindrical-coordinate representation of color #152EED: hue angle of 233.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152EED is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 46 237 -
CMYK 0.91 0.81 0 0.07
HSL 233.06º 0.86% 0.51% -
HSV(B) 233.06º 0.91% 0.93% -
XYZ 16.57 8.23 80.84 -
YUV 60.3 227.72 99.97 -
System Red Green Blue C M Y K H S L
Decimal 21 46 237 0.91 0.81 0 0.07 233.06 0.86 0.51
Hex 15 2E ED 5B 51 0 7 E9 56 33
Octal 25 56 355 133 121 0 7 351 126 63
Binary 10101 101110 11101101 1011011 1010001 0 111 11101001 1010110 110011

Color Harmonies of #152EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152EED

Black with #152EED

Text Example


Text Example

White with #152EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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