Html Css Color HEX #151DB9 Persian Blue

📋 copy color: '#151DB9'

red 21 ◦ green 29 ◦ blue 185

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

Shades of Persian Blue #151DB9

Tints of Persian Blue #151DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.34%

 BLUE value IS 185 (72.66% from 255) = 78.72%

R = 8.94%
G = 12.34%
B = 78.72%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#151DB9 (or 0x151DB9) is known color: Persian Blue. HEX triplet: 15, 1D and B9. RGB value is (21,29,185). Sum of RGB (Red+Green+Blue) = 21+29+185=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 185 (72.66% from 255 or 78.72% from 235); Max value from RGB is 185 - color contains mainly: blue. Hex color #151DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151DB9 is #EAE246. Grayscale: #2B2B2B. Windows color (decimal): -15393351 or 12131605. OLE color: 12131605.

HSL color Cylindrical-coordinate representation of color #151DB9: hue angle of 237.07º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151DB9 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 29 185 -
CMYK 0.89 0.84 0 0.27
HSL 237.07º 0.8% 0.4% -
HSV(B) 237.07º 0.89% 0.73% -
XYZ 9.51 4.54 46.27 -
YUV 44.39 207.35 111.32 -
System Red Green Blue C M Y K H S L
Decimal 21 29 185 0.89 0.84 0 0.27 237.07 0.8 0.4
Hex 15 1D B9 59 54 0 1B ED 50 28
Octal 25 35 271 131 124 0 33 355 120 50
Binary 10101 11101 10111001 1011001 1010100 0 11011 11101101 1010000 101000

Color Harmonies of #151DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151DB9

Black with #151DB9

Text Example


Text Example

White with #151DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151DB9; }

 p { color: rgb(21,29,185); }

 H1.HeaderClassName
 {
   color: #151DB9;
 }
 .AnyTagClassName
 {
   color: #151DB9;
 }
</style>

background-color css

<style>
 a { background-color: #151DB9; }

 a { background-color: rgb(21,29,185); }

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

border-color css

<style>
 span { border-color: #151DB9; }

 span { border-color: rgb(21,29,185); }

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