Html Css Color HEX #152DBC Persian Blue

📋 copy color: '#152DBC'

red 21 ◦ green 45 ◦ blue 188

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

Shades of Persian Blue #152DBC

Tints of Persian Blue #152DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.72%

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

R = 8.27%
G = 17.72%
B = 74.02%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#152DBC (or 0x152DBC) is known color: Persian Blue. HEX triplet: 15, 2D and BC. RGB value is (21,45,188). Sum of RGB (Red+Green+Blue) = 21+45+188=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #152DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DBC is #EAD243. Grayscale: #353535. Windows color (decimal): -15389252 or 12332309. OLE color: 12332309.

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

Color convert

RGB 21 45 188 -
CMYK 0.89 0.76 0 0.26
HSL 231.38º 0.8% 0.41% -
HSV(B) 231.38º 0.89% 0.74% -
XYZ 10.32 5.67 48.13 -
YUV 54.13 203.55 104.37 -
System Red Green Blue C M Y K H S L
Decimal 21 45 188 0.89 0.76 0 0.26 231.38 0.8 0.41
Hex 15 2D BC 59 4C 0 1A E7 50 29
Octal 25 55 274 131 114 0 32 347 120 51
Binary 10101 101101 10111100 1011001 1001100 0 11010 11100111 1010000 101001

Color Harmonies of #152DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DBC

Black with #152DBC

Text Example


Text Example

White with #152DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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