Html Css Color HEX #151CB7 Persian Blue

📋 copy color: '#151CB7'

red 21 ◦ green 28 ◦ blue 183

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

Shades of Persian Blue #151CB7

Tints of Persian Blue #151CB7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.07%

 BLUE value IS 183 (71.88% from 255) = 78.88%

R = 9.05%
G = 12.07%
B = 78.88%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#151CB7 (or 0x151CB7) is known color: Persian Blue. HEX triplet: 15, 1C and B7. RGB value is (21,28,183). Sum of RGB (Red+Green+Blue) = 21+28+183=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 183 (71.88% from 255 or 78.88% from 232); Max value from RGB is 183 - color contains mainly: blue. Hex color #151CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151CB7 is #EAE348. Grayscale: #2A2A2A. Windows color (decimal): -15393609 or 12000277. OLE color: 12000277.

HSL color Cylindrical-coordinate representation of color #151CB7: hue angle of 237.41º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151CB7 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 21 28 183 -
CMYK 0.89 0.85 0 0.28
HSL 237.41º 0.79% 0.4% -
HSV(B) 237.41º 0.89% 0.72% -
XYZ 9.27 4.41 45.16 -
YUV 43.58 206.68 111.9 -
System Red Green Blue C M Y K H S L
Decimal 21 28 183 0.89 0.85 0 0.28 237.41 0.79 0.4
Hex 15 1C B7 59 55 0 1C ED 4F 28
Octal 25 34 267 131 125 0 34 355 117 50
Binary 10101 11100 10110111 1011001 1010101 0 11100 11101101 1001111 101000

Color Harmonies of #151CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151CB7

Black with #151CB7

Text Example


Text Example

White with #151CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,28,183); }

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

background-color css

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

 a { background-color: rgb(21,28,183); }

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

border-color css

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

 span { border-color: rgb(21,28,183); }

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