Html Css Color HEX #1B36DB Persian Blue

📋 copy color: '#1B36DB'

red 27 ◦ green 54 ◦ blue 219

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

Shades of Persian Blue #1B36DB

Tints of Persian Blue #1B36DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

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

R = 9%
G = 18%
B = 73%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B36DB (or 0x1B36DB) is known color: Persian Blue. HEX triplet: 1B, 36 and DB. RGB value is (27,54,219). Sum of RGB (Red+Green+Blue) = 27+54+219=300 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B36DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B36DB is #E4C924. Grayscale: #404040. Windows color (decimal): -14993701 or 14366235. OLE color: 14366235.

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

Color convert

RGB 27 54 219 -
CMYK 0.88 0.75 0 0.14
HSL 231.56º 0.78% 0.48% -
HSV(B) 231.56º 0.88% 0.86% -
XYZ 14.56 7.99 67.79 -
YUV 64.74 215.05 101.08 -
System Red Green Blue C M Y K H S L
Decimal 27 54 219 0.88 0.75 0 0.14 231.56 0.78 0.48
Hex 1B 36 DB 58 4B 0 E E8 4E 30
Octal 33 66 333 130 113 0 16 350 116 60
Binary 11011 110110 11011011 1011000 1001011 0 1110 11101000 1001110 110000

Color Harmonies of #1B36DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B36DB

Black with #1B36DB

Text Example


Text Example

White with #1B36DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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