Html Css Color HEX #151DBE Persian Blue

📋 copy color: '#151DBE'

red 21 ◦ green 29 ◦ blue 190

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

Shades of Persian Blue #151DBE

Tints of Persian Blue #151DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 79.17%

R = 8.75%
G = 12.08%
B = 79.17%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#151DBE (or 0x151DBE) is known color: Persian Blue. HEX triplet: 15, 1D and BE. RGB value is (21,29,190). Sum of RGB (Red+Green+Blue) = 21+29+190=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 190 (74.61% from 255 or 79.17% from 240); Max value from RGB is 190 - color contains mainly: blue. Hex color #151DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151DBE is #EAE241. Grayscale: #2C2C2C. Windows color (decimal): -15393346 or 12459285. OLE color: 12459285.

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

Color convert

RGB 21 29 190 -
CMYK 0.89 0.85 0 0.25
HSL 237.16º 0.8% 0.41% -
HSV(B) 237.16º 0.89% 0.75% -
XYZ 10.04 4.76 49.1 -
YUV 44.96 209.85 110.91 -
System Red Green Blue C M Y K H S L
Decimal 21 29 190 0.89 0.85 0 0.25 237.16 0.8 0.41
Hex 15 1D BE 59 55 0 19 ED 50 29
Octal 25 35 276 131 125 0 31 355 120 51
Binary 10101 11101 10111110 1011001 1010101 0 11001 11101101 1010000 101001

Color Harmonies of #151DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151DBE

Black with #151DBE

Text Example


Text Example

White with #151DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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