Html Css Color HEX #152DB4 Persian Blue

📋 copy color: '#152DB4'

red 21 ◦ green 45 ◦ blue 180

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

Shades of Persian Blue #152DB4

Tints of Persian Blue #152DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 73.17%

R = 8.54%
G = 18.29%
B = 73.17%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#152DB4 (or 0x152DB4) is known color: Persian Blue. HEX triplet: 15, 2D and B4. RGB value is (21,45,180). Sum of RGB (Red+Green+Blue) = 21+45+180=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 180 (70.70% from 255 or 73.17% from 246); Max value from RGB is 180 - color contains mainly: blue. Hex color #152DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DB4 is #EAD24B. Grayscale: #343434. Windows color (decimal): -15389260 or 11808021. OLE color: 11808021.

HSL color Cylindrical-coordinate representation of color #152DB4: hue angle of 230.94º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152DB4 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 21 45 180 -
CMYK 0.88 0.75 0 0.29
HSL 230.94º 0.79% 0.39% -
HSV(B) 230.94º 0.88% 0.71% -
XYZ 9.49 5.33 43.71 -
YUV 53.21 199.55 105.02 -
System Red Green Blue C M Y K H S L
Decimal 21 45 180 0.88 0.75 0 0.29 230.94 0.79 0.39
Hex 15 2D B4 58 4B 0 1D E7 4F 27
Octal 25 55 264 130 113 0 35 347 117 47
Binary 10101 101101 10110100 1011000 1001011 0 11101 11100111 1001111 100111

Color Harmonies of #152DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DB4

Black with #152DB4

Text Example


Text Example

White with #152DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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