Html Css Color HEX #152FBC Persian Blue

📋 copy color: '#152FBC'

red 21 ◦ green 47 ◦ blue 188

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

Shades of Persian Blue #152FBC

Tints of Persian Blue #152FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 73.44%

R = 8.2%
G = 18.36%
B = 73.44%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#152FBC (or 0x152FBC) is known color: Persian Blue. HEX triplet: 15, 2F and BC. RGB value is (21,47,188). Sum of RGB (Red+Green+Blue) = 21+47+188=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #152FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152FBC is #EAD043. Grayscale: #363636. Windows color (decimal): -15388740 or 12332821. OLE color: 12332821.

HSL color Cylindrical-coordinate representation of color #152FBC: hue angle of 230.66º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152FBC is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 47 188 -
CMYK 0.89 0.75 0 0.26
HSL 230.66º 0.8% 0.41% -
HSV(B) 230.66º 0.89% 0.74% -
XYZ 10.4 5.82 48.15 -
YUV 55.3 202.89 103.54 -
System Red Green Blue C M Y K H S L
Decimal 21 47 188 0.89 0.75 0 0.26 230.66 0.8 0.41
Hex 15 2F BC 59 4B 0 1A E7 50 29
Octal 25 57 274 131 113 0 32 347 120 51
Binary 10101 101111 10111100 1011001 1001011 0 11010 11100111 1010000 101001

Color Harmonies of #152FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FBC

Black with #152FBC

Text Example


Text Example

White with #152FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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