Html Css Color HEX #152BBC Persian Blue

📋 copy color: '#152BBC'

red 21 ◦ green 43 ◦ blue 188

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

Shades of Persian Blue #152BBC

Tints of Persian Blue #152BBC

RGB

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

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

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

R = 8.33%
G = 17.06%
B = 74.6%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#152BBC (or 0x152BBC) is known color: Persian Blue. HEX triplet: 15, 2B and BC. RGB value is (21,43,188). Sum of RGB (Red+Green+Blue) = 21+43+188=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #152BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BBC is #EAD443. Grayscale: #343434. Windows color (decimal): -15389764 or 12331797. OLE color: 12331797.

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

Color convert

RGB 21 43 188 -
CMYK 0.89 0.77 0 0.26
HSL 232.1º 0.8% 0.41% -
HSV(B) 232.1º 0.89% 0.74% -
XYZ 10.25 5.52 48.1 -
YUV 52.95 204.21 105.21 -
System Red Green Blue C M Y K H S L
Decimal 21 43 188 0.89 0.77 0 0.26 232.1 0.8 0.41
Hex 15 2B BC 59 4D 0 1A E8 50 29
Octal 25 53 274 131 115 0 32 350 120 51
Binary 10101 101011 10111100 1011001 1001101 0 11010 11101000 1010000 101001

Color Harmonies of #152BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152BBC

Black with #152BBC

Text Example


Text Example

White with #152BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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