Html Css Color HEX #1B18BE Persian Blue

📋 copy color: '#1B18BE'

red 27 ◦ green 24 ◦ blue 190

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

Shades of Persian Blue #1B18BE

Tints of Persian Blue #1B18BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.96%

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

R = 11.2%
G = 9.96%
B = 78.84%

CMYK

 C value IS 0.86

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1B18BE (or 0x1B18BE) is known color: Persian Blue. HEX triplet: 1B, 18 and BE. RGB value is (27,24,190). Sum of RGB (Red+Green+Blue) = 27+24+190=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B18BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B18BE is #E4E741. Grayscale: #2B2B2B. Windows color (decimal): -15001410 or 12458011. OLE color: 12458011.

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

Color convert

RGB 27 24 190 -
CMYK 0.86 0.87 0 0.25
HSL 241.08º 0.78% 0.42% -
HSV(B) 241.08º 0.87% 0.75% -
XYZ 10.07 4.6 49.07 -
YUV 43.82 210.49 116 -
System Red Green Blue C M Y K H S L
Decimal 27 24 190 0.86 0.87 0 0.25 241.08 0.78 0.42
Hex 1B 18 BE 56 57 0 19 F1 4E 2A
Octal 33 30 276 126 127 0 31 361 116 52
Binary 11011 11000 10111110 1010110 1010111 0 11001 11110001 1001110 101010

Color Harmonies of #1B18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B18BE

Black with #1B18BE

Text Example


Text Example

White with #1B18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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