Html Css Color HEX #1B15B7 Persian Blue

📋 copy color: '#1B15B7'

red 27 ◦ green 21 ◦ blue 183

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

Shades of Persian Blue #1B15B7

Tints of Persian Blue #1B15B7

RGB

 RED value IS 27 (10.94% from 255) = 11.69%

 GREEN value IS 21 (8.59% from 255) = 9.09%

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

R = 11.69%
G = 9.09%
B = 79.22%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1B15B7 (or 0x1B15B7) is known color: Persian Blue. HEX triplet: 1B, 15 and B7. RGB value is (27,21,183). Sum of RGB (Red+Green+Blue) = 27+21+183=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 183 (71.88% from 255 or 79.22% from 231); Max value from RGB is 183 - color contains mainly: blue. Hex color #1B15B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B15B7 is #E4EA48. Grayscale: #282828. Windows color (decimal): -15002185 or 11998491. OLE color: 11998491.

HSL color Cylindrical-coordinate representation of color #1B15B7: hue angle of 242.22º 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 #1B15B7 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 27 21 183 -
CMYK 0.85 0.89 0 0.28
HSL 242.22º 0.79% 0.4% -
HSV(B) 242.22º 0.89% 0.72% -
XYZ 9.27 4.19 45.12 -
YUV 41.26 207.99 117.83 -
System Red Green Blue C M Y K H S L
Decimal 27 21 183 0.85 0.89 0 0.28 242.22 0.79 0.4
Hex 1B 15 B7 55 59 0 1C F2 4F 28
Octal 33 25 267 125 131 0 34 362 117 50
Binary 11011 10101 10110111 1010101 1011001 0 11100 11110010 1001111 101000

Color Harmonies of #1B15B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B15B7

Black with #1B15B7

Text Example


Text Example

White with #1B15B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B15B7; }

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

 H1.HeaderClassName
 {
   color: #1B15B7;
 }
 .AnyTagClassName
 {
   color: #1B15B7;
 }
</style>

background-color css

<style>
 a { background-color: #1B15B7; }

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

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

border-color css

<style>
 span { border-color: #1B15B7; }

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

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