Html Css Color HEX #152DEA Persian Blue

📋 copy color: '#152DEA'

red 21 ◦ green 45 ◦ blue 234

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

Shades of Persian Blue #152DEA

Tints of Persian Blue #152DEA

RGB

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

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

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

R = 7%
G = 15%
B = 78%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#152DEA (or 0x152DEA) is known color: Persian Blue. HEX triplet: 15, 2D and EA. RGB value is (21,45,234). Sum of RGB (Red+Green+Blue) = 21+45+234=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #152DEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152DEA is #EAD215. Grayscale: #3A3A3A. Windows color (decimal): -15389206 or 15346965. OLE color: 15346965.

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

Color convert

RGB 21 45 234 -
CMYK 0.91 0.81 0 0.08
HSL 233.24º 0.84% 0.5% -
HSV(B) 233.24º 0.91% 0.92% -
XYZ 16.1 7.98 78.53 -
YUV 59.37 226.55 100.63 -
System Red Green Blue C M Y K H S L
Decimal 21 45 234 0.91 0.81 0 0.08 233.24 0.84 0.5
Hex 15 2D EA 5B 51 0 8 E9 54 32
Octal 25 55 352 133 121 0 10 351 124 62
Binary 10101 101101 11101010 1011011 1010001 0 1000 11101001 1010100 110010

Color Harmonies of #152DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DEA

Black with #152DEA

Text Example


Text Example

White with #152DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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