Html Css Color HEX #1B3A50 Regal Blue

📋 copy color: '#1B3A50'

red 27 ◦ green 58 ◦ blue 80

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

Shades of Regal Blue #1B3A50

Tints of Regal Blue #1B3A50

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.15%

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

R = 16.36%
G = 35.15%
B = 48.48%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B3A50 (or 0x1B3A50) is known color: Regal Blue. HEX triplet: 1B, 3A and 50. RGB value is (27,58,80). Sum of RGB (Red+Green+Blue) = 27+58+80=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B3A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3A50 is #E4C5AF. Grayscale: #333333. Windows color (decimal): -14992816 or 5257755. OLE color: 5257755.

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

Color convert

RGB 27 58 80 -
CMYK 0.66 0.28 0 0.69
HSL 204.91º 0.5% 0.21% -
HSV(B) 204.91º 0.66% 0.31% -
XYZ 3.41 3.84 8.15 -
YUV 51.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 27 58 80 0.66 0.28 0 0.69 204.91 0.5 0.21
Hex 1B 3A 50 42 1C 0 45 CD 32 15
Octal 33 72 120 102 34 0 105 315 62 25
Binary 11011 111010 1010000 1000010 11100 0 1000101 11001101 110010 10101

Color Harmonies of #1B3A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3A50

Black with #1B3A50

Text Example


Text Example

White with #1B3A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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