Html Css Color HEX #152DBF Persian Blue

📋 copy color: '#152DBF'

red 21 ◦ green 45 ◦ blue 191

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

Shades of Persian Blue #152DBF

Tints of Persian Blue #152DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 74.32%

R = 8.17%
G = 17.51%
B = 74.32%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#152DBF (or 0x152DBF) is known color: Persian Blue. HEX triplet: 15, 2D and BF. RGB value is (21,45,191). Sum of RGB (Red+Green+Blue) = 21+45+191=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #152DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DBF is #EAD240. Grayscale: #353535. Windows color (decimal): -15389249 or 12528917. OLE color: 12528917.

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

Color convert

RGB 21 45 191 -
CMYK 0.89 0.76 0 0.25
HSL 231.53º 0.8% 0.42% -
HSV(B) 231.53º 0.89% 0.75% -
XYZ 10.65 5.8 49.85 -
YUV 54.47 205.05 104.13 -
System Red Green Blue C M Y K H S L
Decimal 21 45 191 0.89 0.76 0 0.25 231.53 0.8 0.42
Hex 15 2D BF 59 4C 0 19 E8 50 2A
Octal 25 55 277 131 114 0 31 350 120 52
Binary 10101 101101 10111111 1011001 1001100 0 11001 11101000 1010000 101010

Color Harmonies of #152DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DBF

Black with #152DBF

Text Example


Text Example

White with #152DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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