Html Css Color HEX #1B3550 Regal Blue

📋 copy color: '#1B3550'

red 27 ◦ green 53 ◦ blue 80

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

Shades of Regal Blue #1B3550

Tints of Regal Blue #1B3550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.13%

 BLUE value IS 80 (31.64% from 255) = 50%

R = 16.88%
G = 33.13%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B3550 (or 0x1B3550) is known color: Regal Blue. HEX triplet: 1B, 35 and 50. RGB value is (27,53,80). Sum of RGB (Red+Green+Blue) = 27+53+80=160 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.88% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B3550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3550 is #E4CAAF. Grayscale: #303030. Windows color (decimal): -14994096 or 5256475. OLE color: 5256475.

HSL color Cylindrical-coordinate representation of color #1B3550: hue angle of 210.57º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B3550 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 27 53 80 -
CMYK 0.66 0.34 0 0.69
HSL 210.57º 0.5% 0.21% -
HSV(B) 210.57º 0.66% 0.31% -
XYZ 3.17 3.36 8.07 -
YUV 48.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 27 53 80 0.66 0.34 0 0.69 210.57 0.5 0.21
Hex 1B 35 50 42 22 0 45 D3 32 15
Octal 33 65 120 102 42 0 105 323 62 25
Binary 11011 110101 1010000 1000010 100010 0 1000101 11010011 110010 10101

Color Harmonies of #1B3550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3550

Black with #1B3550

Text Example


Text Example

White with #1B3550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,53,80); }

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

background-color css

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

 a { background-color: rgb(27,53,80); }

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

border-color css

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

 span { border-color: rgb(27,53,80); }

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