Html Css Color HEX #152CB9 Persian Blue

📋 copy color: '#152CB9'

red 21 ◦ green 44 ◦ blue 185

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

Shades of Persian Blue #152CB9

Tints of Persian Blue #152CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 74%

R = 8.4%
G = 17.6%
B = 74%

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

#152CB9 (or 0x152CB9) is known color: Persian Blue. HEX triplet: 15, 2C and B9. RGB value is (21,44,185). Sum of RGB (Red+Green+Blue) = 21+44+185=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 185 (72.66% from 255 or 74% from 250); Max value from RGB is 185 - color contains mainly: blue. Hex color #152CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CB9 is #EAD346. Grayscale: #343434. Windows color (decimal): -15389511 or 12135445. OLE color: 12135445.

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

Color convert

RGB 21 44 185 -
CMYK 0.89 0.76 0 0.27
HSL 231.59º 0.8% 0.4% -
HSV(B) 231.59º 0.89% 0.73% -
XYZ 9.97 5.46 46.43 -
YUV 53.2 202.38 105.04 -
System Red Green Blue C M Y K H S L
Decimal 21 44 185 0.89 0.76 0 0.27 231.59 0.8 0.4
Hex 15 2C B9 59 4C 0 1B E8 50 28
Octal 25 54 271 131 114 0 33 350 120 50
Binary 10101 101100 10111001 1011001 1001100 0 11011 11101000 1010000 101000

Color Harmonies of #152CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152CB9

Black with #152CB9

Text Example


Text Example

White with #152CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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