Html Css Color HEX #152DBA Persian Blue

📋 copy color: '#152DBA'

red 21 ◦ green 45 ◦ blue 186

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

Shades of Persian Blue #152DBA

Tints of Persian Blue #152DBA

RGB

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

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

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

R = 8.33%
G = 17.86%
B = 73.81%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#152DBA (or 0x152DBA) is known color: Persian Blue. HEX triplet: 15, 2D and BA. RGB value is (21,45,186). Sum of RGB (Red+Green+Blue) = 21+45+186=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #152DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DBA is #EAD245. Grayscale: #353535. Windows color (decimal): -15389254 or 12201237. OLE color: 12201237.

HSL color Cylindrical-coordinate representation of color #152DBA: hue angle of 231.27º 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 #152DBA is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 45 186 -
CMYK 0.89 0.76 0 0.27
HSL 231.27º 0.8% 0.41% -
HSV(B) 231.27º 0.89% 0.73% -
XYZ 10.11 5.58 47 -
YUV 53.9 202.55 104.54 -
System Red Green Blue C M Y K H S L
Decimal 21 45 186 0.89 0.76 0 0.27 231.27 0.8 0.41
Hex 15 2D BA 59 4C 0 1B E7 50 29
Octal 25 55 272 131 114 0 33 347 120 51
Binary 10101 101101 10111010 1011001 1001100 0 11011 11100111 1010000 101001

Color Harmonies of #152DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DBA

Black with #152DBA

Text Example


Text Example

White with #152DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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