Html Css Color HEX #1B3650 Regal Blue

📋 copy color: '#1B3650'

red 27 ◦ green 54 ◦ blue 80

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

Shades of Regal Blue #1B3650

Tints of Regal Blue #1B3650

RGB

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

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

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

R = 16.77%
G = 33.54%
B = 49.69%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B3650 (or 0x1B3650) is known color: Regal Blue. HEX triplet: 1B, 36 and 50. RGB value is (27,54,80). Sum of RGB (Red+Green+Blue) = 27+54+80=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B3650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3650 is #E4C9AF. Grayscale: #303030. Windows color (decimal): -14993840 or 5256731. OLE color: 5256731.

HSL color Cylindrical-coordinate representation of color #1B3650: hue angle of 209.43º 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 #1B3650 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 27 54 80 -
CMYK 0.66 0.33 0 0.69
HSL 209.43º 0.5% 0.21% -
HSV(B) 209.43º 0.66% 0.31% -
XYZ 3.22 3.45 8.09 -
YUV 48.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 27 54 80 0.66 0.33 0 0.69 209.43 0.5 0.21
Hex 1B 36 50 42 21 0 45 D1 32 15
Octal 33 66 120 102 41 0 105 321 62 25
Binary 11011 110110 1010000 1000010 100001 0 1000101 11010001 110010 10101

Color Harmonies of #1B3650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3650

Black with #1B3650

Text Example


Text Example

White with #1B3650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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