Html Css Color HEX #152EEA Persian Blue

📋 copy color: '#152EEA'

red 21 ◦ green 46 ◦ blue 234

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

Shades of Persian Blue #152EEA

Tints of Persian Blue #152EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 77.74%

R = 6.98%
G = 15.28%
B = 77.74%

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

#152EEA (or 0x152EEA) is known color: Persian Blue. HEX triplet: 15, 2E and EA. RGB value is (21,46,234). Sum of RGB (Red+Green+Blue) = 21+46+234=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #152EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152EEA is #EAD115. Grayscale: #3B3B3B. Windows color (decimal): -15388950 or 15347221. OLE color: 15347221.

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

Color convert

RGB 21 46 234 -
CMYK 0.91 0.80 0 0.08
HSL 232.96º 0.84% 0.5% -
HSV(B) 232.96º 0.91% 0.92% -
XYZ 16.14 8.05 78.55 -
YUV 59.96 226.22 100.21 -
System Red Green Blue C M Y K H S L
Decimal 21 46 234 0.91 0.80 0 0.08 232.96 0.84 0.5
Hex 15 2E EA 5B 50 0 8 E9 54 32
Octal 25 56 352 133 120 0 10 351 124 62
Binary 10101 101110 11101010 1011011 1010000 0 1000 11101001 1010100 110010

Color Harmonies of #152EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152EEA

Black with #152EEA

Text Example


Text Example

White with #152EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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