Html Css Color HEX #152BBA Persian Blue

📋 copy color: '#152BBA'

red 21 ◦ green 43 ◦ blue 186

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

Shades of Persian Blue #152BBA

Tints of Persian Blue #152BBA

RGB

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

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

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

R = 8.4%
G = 17.2%
B = 74.4%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#152BBA (or 0x152BBA) is known color: Persian Blue. HEX triplet: 15, 2B and BA. RGB value is (21,43,186). Sum of RGB (Red+Green+Blue) = 21+43+186=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #152BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BBA is #EAD445. Grayscale: #343434. Windows color (decimal): -15389766 or 12200725. OLE color: 12200725.

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

Color convert

RGB 21 43 186 -
CMYK 0.89 0.77 0 0.27
HSL 232º 0.8% 0.41% -
HSV(B) 232º 0.89% 0.73% -
XYZ 10.04 5.43 46.97 -
YUV 52.72 203.21 105.37 -
System Red Green Blue C M Y K H S L
Decimal 21 43 186 0.89 0.77 0 0.27 232 0.8 0.41
Hex 15 2B BA 59 4D 0 1B E8 50 29
Octal 25 53 272 131 115 0 33 350 120 51
Binary 10101 101011 10111010 1011001 1001101 0 11011 11101000 1010000 101001

Color Harmonies of #152BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152BBA

Black with #152BBA

Text Example


Text Example

White with #152BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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