Html Css Color HEX #152CBA Persian Blue

📋 copy color: '#152CBA'

red 21 ◦ green 44 ◦ blue 186

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

Shades of Persian Blue #152CBA

Tints of Persian Blue #152CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.53%

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

R = 8.37%
G = 17.53%
B = 74.1%

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

#152CBA (or 0x152CBA) is known color: Persian Blue. HEX triplet: 15, 2C and BA. RGB value is (21,44,186). Sum of RGB (Red+Green+Blue) = 21+44+186=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #152CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CBA is #EAD345. Grayscale: #343434. Windows color (decimal): -15389510 or 12200981. OLE color: 12200981.

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

Color convert

RGB 21 44 186 -
CMYK 0.89 0.76 0 0.27
HSL 231.64º 0.8% 0.41% -
HSV(B) 231.64º 0.89% 0.73% -
XYZ 10.07 5.51 46.99 -
YUV 53.31 202.88 104.95 -
System Red Green Blue C M Y K H S L
Decimal 21 44 186 0.89 0.76 0 0.27 231.64 0.8 0.41
Hex 15 2C BA 59 4C 0 1B E8 50 29
Octal 25 54 272 131 114 0 33 350 120 51
Binary 10101 101100 10111010 1011001 1001100 0 11011 11101000 1010000 101001

Color Harmonies of #152CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152CBA

Black with #152CBA

Text Example


Text Example

White with #152CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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