Html Css Color HEX #152DB6 Persian Blue

📋 copy color: '#152DB6'

red 21 ◦ green 45 ◦ blue 182

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

Shades of Persian Blue #152DB6

Tints of Persian Blue #152DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 73.39%

R = 8.47%
G = 18.15%
B = 73.39%

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

#152DB6 (or 0x152DB6) is known color: Persian Blue. HEX triplet: 15, 2D and B6. RGB value is (21,45,182). Sum of RGB (Red+Green+Blue) = 21+45+182=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 182 (71.48% from 255 or 73.39% from 248); Max value from RGB is 182 - color contains mainly: blue. Hex color #152DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DB6 is #EAD249. Grayscale: #343434. Windows color (decimal): -15389258 or 11939093. OLE color: 11939093.

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

Color convert

RGB 21 45 182 -
CMYK 0.88 0.75 0 0.29
HSL 231.06º 0.79% 0.4% -
HSV(B) 231.06º 0.88% 0.71% -
XYZ 9.69 5.41 44.79 -
YUV 53.44 200.55 104.86 -
System Red Green Blue C M Y K H S L
Decimal 21 45 182 0.88 0.75 0 0.29 231.06 0.79 0.4
Hex 15 2D B6 58 4B 0 1D E7 4F 28
Octal 25 55 266 130 113 0 35 347 117 50
Binary 10101 101101 10110110 1011000 1001011 0 11101 11100111 1001111 101000

Color Harmonies of #152DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DB6

Black with #152DB6

Text Example


Text Example

White with #152DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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