Html Css Color HEX #1B48BE Persian Blue

📋 copy color: '#1B48BE'

red 27 ◦ green 72 ◦ blue 190

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

Shades of Persian Blue #1B48BE

Tints of Persian Blue #1B48BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.74%

R = 9.34%
G = 24.91%
B = 65.74%

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

#1B48BE (or 0x1B48BE) is known color: Persian Blue. HEX triplet: 1B, 48 and BE. RGB value is (27,72,190). Sum of RGB (Red+Green+Blue) = 27+72+190=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B48BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B48BE is #E4B741. Grayscale: #474747. Windows color (decimal): -14989122 or 12470299. OLE color: 12470299.

HSL color Cylindrical-coordinate representation of color #1B48BE: hue angle of 223.44º 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 #1B48BE is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 27 72 190 -
CMYK 0.86 0.62 0 0.25
HSL 223.44º 0.75% 0.43% -
HSV(B) 223.44º 0.86% 0.75% -
XYZ 12.06 8.59 49.74 -
YUV 72 194.59 95.91 -
System Red Green Blue C M Y K H S L
Decimal 27 72 190 0.86 0.62 0 0.25 223.44 0.75 0.43
Hex 1B 48 BE 56 3E 0 19 DF 4B 2B
Octal 33 110 276 126 76 0 31 337 113 53
Binary 11011 1001000 10111110 1010110 111110 0 11001 11011111 1001011 101011

Color Harmonies of #1B48BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B48BE

Black with #1B48BE

Text Example


Text Example

White with #1B48BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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