Html Css Color HEX #151DBB Persian Blue

📋 copy color: '#151DBB'

red 21 ◦ green 29 ◦ blue 187

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

Shades of Persian Blue #151DBB

Tints of Persian Blue #151DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 78.9%

R = 8.86%
G = 12.24%
B = 78.9%

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

#151DBB (or 0x151DBB) is known color: Persian Blue. HEX triplet: 15, 1D and BB. RGB value is (21,29,187). Sum of RGB (Red+Green+Blue) = 21+29+187=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 187 (73.44% from 255 or 78.90% from 237); Max value from RGB is 187 - color contains mainly: blue. Hex color #151DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151DBB is #EAE244. Grayscale: #2B2B2B. Windows color (decimal): -15393349 or 12262677. OLE color: 12262677.

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

Color convert

RGB 21 29 187 -
CMYK 0.89 0.84 0 0.27
HSL 237.11º 0.8% 0.41% -
HSV(B) 237.11º 0.89% 0.73% -
XYZ 9.72 4.63 47.39 -
YUV 44.62 208.35 111.15 -
System Red Green Blue C M Y K H S L
Decimal 21 29 187 0.89 0.84 0 0.27 237.11 0.8 0.41
Hex 15 1D BB 59 54 0 1B ED 50 29
Octal 25 35 273 131 124 0 33 355 120 51
Binary 10101 11101 10111011 1011001 1010100 0 11011 11101101 1010000 101001

Color Harmonies of #151DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151DBB

Black with #151DBB

Text Example


Text Example

White with #151DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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