Html Css Color HEX #152DB7 Persian Blue

📋 copy color: '#152DB7'

red 21 ◦ green 45 ◦ blue 183

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

Shades of Persian Blue #152DB7

Tints of Persian Blue #152DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 73.49%

R = 8.43%
G = 18.07%
B = 73.49%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#152DB7 (or 0x152DB7) is known color: Persian Blue. HEX triplet: 15, 2D and B7. RGB value is (21,45,183). Sum of RGB (Red+Green+Blue) = 21+45+183=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 183 (71.88% from 255 or 73.49% from 249); Max value from RGB is 183 - color contains mainly: blue. Hex color #152DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DB7 is #EAD248. Grayscale: #343434. Windows color (decimal): -15389257 or 12004629. OLE color: 12004629.

HSL color Cylindrical-coordinate representation of color #152DB7: hue angle of 231.11º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152DB7 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 21 45 183 -
CMYK 0.89 0.75 0 0.28
HSL 231.11º 0.79% 0.4% -
HSV(B) 231.11º 0.89% 0.72% -
XYZ 9.79 5.46 45.34 -
YUV 53.56 201.05 104.78 -
System Red Green Blue C M Y K H S L
Decimal 21 45 183 0.89 0.75 0 0.28 231.11 0.79 0.4
Hex 15 2D B7 59 4B 0 1C E7 4F 28
Octal 25 55 267 131 113 0 34 347 117 50
Binary 10101 101101 10110111 1011001 1001011 0 11100 11100111 1001111 101000

Color Harmonies of #152DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DB7

Black with #152DB7

Text Example


Text Example

White with #152DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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