Html Css Color HEX #152FBB Persian Blue

📋 copy color: '#152FBB'

red 21 ◦ green 47 ◦ blue 187

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

Shades of Persian Blue #152FBB

Tints of Persian Blue #152FBB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.43%

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

R = 8.24%
G = 18.43%
B = 73.33%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#152FBB (or 0x152FBB) is known color: Persian Blue. HEX triplet: 15, 2F and BB. RGB value is (21,47,187). Sum of RGB (Red+Green+Blue) = 21+47+187=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #152FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152FBB is #EAD044. Grayscale: #363636. Windows color (decimal): -15388741 or 12267285. OLE color: 12267285.

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

Color convert

RGB 21 47 187 -
CMYK 0.89 0.75 0 0.27
HSL 230.6º 0.8% 0.41% -
HSV(B) 230.6º 0.89% 0.73% -
XYZ 10.3 5.78 47.59 -
YUV 55.19 202.39 103.62 -
System Red Green Blue C M Y K H S L
Decimal 21 47 187 0.89 0.75 0 0.27 230.6 0.8 0.41
Hex 15 2F BB 59 4B 0 1B E7 50 29
Octal 25 57 273 131 113 0 33 347 120 51
Binary 10101 101111 10111011 1011001 1001011 0 11011 11100111 1010000 101001

Color Harmonies of #152FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FBB

Black with #152FBB

Text Example


Text Example

White with #152FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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