Html Css Color HEX #151EBB Persian Blue

📋 copy color: '#151EBB'

red 21 ◦ green 30 ◦ blue 187

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

Shades of Persian Blue #151EBB

Tints of Persian Blue #151EBB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.61%

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

R = 8.82%
G = 12.61%
B = 78.57%

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

#151EBB (or 0x151EBB) is known color: Persian Blue. HEX triplet: 15, 1E and BB. RGB value is (21,30,187). Sum of RGB (Red+Green+Blue) = 21+30+187=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #151EBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151EBB is #EAE144. Grayscale: #2C2C2C. Windows color (decimal): -15393093 or 12262933. OLE color: 12262933.

HSL color Cylindrical-coordinate representation of color #151EBB: hue angle of 236.75º 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 #151EBB is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 30 187 -
CMYK 0.89 0.84 0 0.27
HSL 236.75º 0.8% 0.41% -
HSV(B) 236.75º 0.89% 0.73% -
XYZ 9.74 4.68 47.4 -
YUV 45.21 208.02 110.73 -
System Red Green Blue C M Y K H S L
Decimal 21 30 187 0.89 0.84 0 0.27 236.75 0.8 0.41
Hex 15 1E BB 59 54 0 1B ED 50 29
Octal 25 36 273 131 124 0 33 355 120 51
Binary 10101 11110 10111011 1011001 1010100 0 11011 11101101 1010000 101001

Color Harmonies of #151EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151EBB

Black with #151EBB

Text Example


Text Example

White with #151EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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