Html Css Color HEX #1B3BDC Persian Blue

📋 copy color: '#1B3BDC'

red 27 ◦ green 59 ◦ blue 220

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

Shades of Persian Blue #1B3BDC

Tints of Persian Blue #1B3BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.28%

 BLUE value IS 220 (86.33% from 255) = 71.9%

R = 8.82%
G = 19.28%
B = 71.9%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B3BDC (or 0x1B3BDC) is known color: Persian Blue. HEX triplet: 1B, 3B and DC. RGB value is (27,59,220). Sum of RGB (Red+Green+Blue) = 27+59+220=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B3BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3BDC is #E4C423. Grayscale: #434343. Windows color (decimal): -14992420 or 14433051. OLE color: 14433051.

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

Color convert

RGB 27 59 220 -
CMYK 0.88 0.73 0 0.14
HSL 230.05º 0.78% 0.48% -
HSV(B) 230.05º 0.88% 0.86% -
XYZ 14.93 8.53 68.57 -
YUV 67.79 213.9 98.91 -
System Red Green Blue C M Y K H S L
Decimal 27 59 220 0.88 0.73 0 0.14 230.05 0.78 0.48
Hex 1B 3B DC 58 49 0 E E6 4E 30
Octal 33 73 334 130 111 0 16 346 116 60
Binary 11011 111011 11011100 1011000 1001001 0 1110 11100110 1001110 110000

Color Harmonies of #1B3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3BDC

Black with #1B3BDC

Text Example


Text Example

White with #1B3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,59,220); }

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

background-color css

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

 a { background-color: rgb(27,59,220); }

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

border-color css

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

 span { border-color: rgb(27,59,220); }

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