Html Css Color HEX #152EBA Persian Blue

📋 copy color: '#152EBA'

red 21 ◦ green 46 ◦ blue 186

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

Shades of Persian Blue #152EBA

Tints of Persian Blue #152EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 73.52%

R = 8.3%
G = 18.18%
B = 73.52%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#152EBA (or 0x152EBA) is known color: Persian Blue. HEX triplet: 15, 2E and BA. RGB value is (21,46,186). Sum of RGB (Red+Green+Blue) = 21+46+186=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #152EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152EBA is #EAD145. Grayscale: #353535. Windows color (decimal): -15388998 or 12201493. OLE color: 12201493.

HSL color Cylindrical-coordinate representation of color #152EBA: hue angle of 230.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152EBA is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 46 186 -
CMYK 0.89 0.75 0 0.27
HSL 230.91º 0.8% 0.41% -
HSV(B) 230.91º 0.89% 0.73% -
XYZ 10.15 5.66 47.01 -
YUV 54.49 202.22 104.12 -
System Red Green Blue C M Y K H S L
Decimal 21 46 186 0.89 0.75 0 0.27 230.91 0.8 0.41
Hex 15 2E BA 59 4B 0 1B E7 50 29
Octal 25 56 272 131 113 0 33 347 120 51
Binary 10101 101110 10111010 1011001 1001011 0 11011 11100111 1010000 101001

Color Harmonies of #152EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152EBA

Black with #152EBA

Text Example


Text Example

White with #152EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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