Html Css Color HEX #1B3DDB Persian Blue

📋 copy color: '#1B3DDB'

red 27 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #1B3DDB

Tints of Persian Blue #1B3DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.87%

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

R = 8.79%
G = 19.87%
B = 71.34%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B3DDB (or 0x1B3DDB) is known color: Persian Blue. HEX triplet: 1B, 3D and DB. RGB value is (27,61,219). Sum of RGB (Red+Green+Blue) = 27+61+219=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B3DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3DDB is #E4C224. Grayscale: #444444. Windows color (decimal): -14991909 or 14368027. OLE color: 14368027.

HSL color Cylindrical-coordinate representation of color #1B3DDB: hue angle of 229.38º 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 #1B3DDB is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 61 219 -
CMYK 0.88 0.72 0 0.14
HSL 229.38º 0.78% 0.48% -
HSV(B) 229.38º 0.88% 0.86% -
XYZ 14.91 8.68 67.91 -
YUV 68.85 212.74 98.15 -
System Red Green Blue C M Y K H S L
Decimal 27 61 219 0.88 0.72 0 0.14 229.38 0.78 0.48
Hex 1B 3D DB 58 48 0 E E5 4E 30
Octal 33 75 333 130 110 0 16 345 116 60
Binary 11011 111101 11011011 1011000 1001000 0 1110 11100101 1001110 110000

Color Harmonies of #1B3DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3DDB

Black with #1B3DDB

Text Example


Text Example

White with #1B3DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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