Html Css Color HEX #152CBB Persian Blue

📋 copy color: '#152CBB'

red 21 ◦ green 44 ◦ blue 187

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

Shades of Persian Blue #152CBB

Tints of Persian Blue #152CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.21%

R = 8.33%
G = 17.46%
B = 74.21%

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

#152CBB (or 0x152CBB) is known color: Persian Blue. HEX triplet: 15, 2C and BB. RGB value is (21,44,187). Sum of RGB (Red+Green+Blue) = 21+44+187=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #152CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CBB is #EAD344. Grayscale: #343434. Windows color (decimal): -15389509 or 12266517. OLE color: 12266517.

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

Color convert

RGB 21 44 187 -
CMYK 0.89 0.76 0 0.27
HSL 231.69º 0.8% 0.41% -
HSV(B) 231.69º 0.89% 0.73% -
XYZ 10.18 5.55 47.55 -
YUV 53.43 203.38 104.87 -
System Red Green Blue C M Y K H S L
Decimal 21 44 187 0.89 0.76 0 0.27 231.69 0.8 0.41
Hex 15 2C BB 59 4C 0 1B E8 50 29
Octal 25 54 273 131 114 0 33 350 120 51
Binary 10101 101100 10111011 1011001 1001100 0 11011 11101000 1010000 101001

Color Harmonies of #152CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152CBB

Black with #152CBB

Text Example


Text Example

White with #152CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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