Html Css Color HEX #1B48BF Persian Blue

📋 copy color: '#1B48BF'

red 27 ◦ green 72 ◦ blue 191

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

Shades of Persian Blue #1B48BF

Tints of Persian Blue #1B48BF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

 BLUE value IS 191 (75% from 255) = 65.86%

R = 9.31%
G = 24.83%
B = 65.86%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1B48BF (or 0x1B48BF) is known color: Persian Blue. HEX triplet: 1B, 48 and BF. RGB value is (27,72,191). Sum of RGB (Red+Green+Blue) = 27+72+191=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #1B48BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B48BF is #E4B740. Grayscale: #474747. Windows color (decimal): -14989121 or 12535835. OLE color: 12535835.

HSL color Cylindrical-coordinate representation of color #1B48BF: hue angle of 223.54º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B48BF is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 27 72 191 -
CMYK 0.86 0.62 0 0.25
HSL 223.54º 0.75% 0.43% -
HSV(B) 223.54º 0.86% 0.75% -
XYZ 12.17 8.63 50.31 -
YUV 72.11 195.09 95.82 -
System Red Green Blue C M Y K H S L
Decimal 27 72 191 0.86 0.62 0 0.25 223.54 0.75 0.43
Hex 1B 48 BF 56 3E 0 19 E0 4B 2B
Octal 33 110 277 126 76 0 31 340 113 53
Binary 11011 1001000 10111111 1010110 111110 0 11001 11100000 1001011 101011

Color Harmonies of #1B48BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B48BF

Black with #1B48BF

Text Example


Text Example

White with #1B48BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,72,191); }

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

background-color css

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

 a { background-color: rgb(27,72,191); }

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

border-color css

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

 span { border-color: rgb(27,72,191); }

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