Html Css Color HEX #1B1FDB Persian Blue

📋 copy color: '#1B1FDB'

red 27 ◦ green 31 ◦ blue 219

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

Shades of Persian Blue #1B1FDB

Tints of Persian Blue #1B1FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.19%

 BLUE value IS 219 (85.94% from 255) = 79.06%

R = 9.75%
G = 11.19%
B = 79.06%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B1FDB (or 0x1B1FDB) is known color: Persian Blue. HEX triplet: 1B, 1F and DB. RGB value is (27,31,219). Sum of RGB (Red+Green+Blue) = 27+31+219=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 219 (85.94% from 255 or 79.06% from 277); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B1FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B1FDB is #E4E024. Grayscale: #323232. Windows color (decimal): -14999589 or 14360347. OLE color: 14360347.

HSL color Cylindrical-coordinate representation of color #1B1FDB: hue angle of 238.75º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B1FDB is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 31 219 -
CMYK 0.88 0.86 0 0.14
HSL 238.75º 0.78% 0.48% -
HSV(B) 238.75º 0.88% 0.86% -
XYZ 13.73 6.33 67.52 -
YUV 51.24 222.67 110.71 -
System Red Green Blue C M Y K H S L
Decimal 27 31 219 0.88 0.86 0 0.14 238.75 0.78 0.48
Hex 1B 1F DB 58 56 0 E EF 4E 30
Octal 33 37 333 130 126 0 16 357 116 60
Binary 11011 11111 11011011 1011000 1010110 0 1110 11101111 1001110 110000

Color Harmonies of #1B1FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1FDB

Black with #1B1FDB

Text Example


Text Example

White with #1B1FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,31,219); }

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

background-color css

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

 a { background-color: rgb(27,31,219); }

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

border-color css

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

 span { border-color: rgb(27,31,219); }

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