Html Css Color HEX #152AEA Persian Blue

📋 copy color: '#152AEA'

red 21 ◦ green 42 ◦ blue 234

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

Shades of Persian Blue #152AEA

Tints of Persian Blue #152AEA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.14%

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

R = 7.07%
G = 14.14%
B = 78.79%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#152AEA (or 0x152AEA) is known color: Persian Blue. HEX triplet: 15, 2A and EA. RGB value is (21,42,234). Sum of RGB (Red+Green+Blue) = 21+42+234=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #152AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152AEA is #EAD515. Grayscale: #383838. Windows color (decimal): -15389974 or 15346197. OLE color: 15346197.

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

Color convert

RGB 21 42 234 -
CMYK 0.91 0.82 0 0.08
HSL 234.08º 0.84% 0.5% -
HSV(B) 234.08º 0.91% 0.92% -
XYZ 15.99 7.76 78.5 -
YUV 57.61 227.54 101.89 -
System Red Green Blue C M Y K H S L
Decimal 21 42 234 0.91 0.82 0 0.08 234.08 0.84 0.5
Hex 15 2A EA 5B 52 0 8 EA 54 32
Octal 25 52 352 133 122 0 10 352 124 62
Binary 10101 101010 11101010 1011011 1010010 0 1000 11101010 1010100 110010

Color Harmonies of #152AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152AEA

Black with #152AEA

Text Example


Text Example

White with #152AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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