Html Css Color HEX #152BB8 Persian Blue

📋 copy color: '#152BB8'

red 21 ◦ green 43 ◦ blue 184

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

Shades of Persian Blue #152BB8

Tints of Persian Blue #152BB8

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.34%

 BLUE value IS 184 (72.27% from 255) = 74.19%

R = 8.47%
G = 17.34%
B = 74.19%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#152BB8 (or 0x152BB8) is known color: Persian Blue. HEX triplet: 15, 2B and B8. RGB value is (21,43,184). Sum of RGB (Red+Green+Blue) = 21+43+184=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 184 (72.27% from 255 or 74.19% from 248); Max value from RGB is 184 - color contains mainly: blue. Hex color #152BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BB8 is #EAD447. Grayscale: #333333. Windows color (decimal): -15389768 or 12069653. OLE color: 12069653.

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

Color convert

RGB 21 43 184 -
CMYK 0.89 0.77 0 0.28
HSL 231.9º 0.8% 0.4% -
HSV(B) 231.9º 0.89% 0.72% -
XYZ 9.82 5.35 45.86 -
YUV 52.5 202.21 105.54 -
System Red Green Blue C M Y K H S L
Decimal 21 43 184 0.89 0.77 0 0.28 231.9 0.8 0.4
Hex 15 2B B8 59 4D 0 1C E8 50 28
Octal 25 53 270 131 115 0 34 350 120 50
Binary 10101 101011 10111000 1011001 1001101 0 11100 11101000 1010000 101000

Color Harmonies of #152BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152BB8

Black with #152BB8

Text Example


Text Example

White with #152BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,43,184); }

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

background-color css

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

 a { background-color: rgb(21,43,184); }

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

border-color css

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

 span { border-color: rgb(21,43,184); }

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