Html Css Color HEX #1B3950 Regal Blue

📋 copy color: '#1B3950'

red 27 ◦ green 57 ◦ blue 80

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

Shades of Regal Blue #1B3950

Tints of Regal Blue #1B3950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.76%

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

R = 16.46%
G = 34.76%
B = 48.78%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B3950 (or 0x1B3950) is known color: Regal Blue. HEX triplet: 1B, 39 and 50. RGB value is (27,57,80). Sum of RGB (Red+Green+Blue) = 27+57+80=164 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.46% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B3950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3950 is #E4C6AF. Grayscale: #323232. Windows color (decimal): -14993072 or 5257499. OLE color: 5257499.

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

Color convert

RGB 27 57 80 -
CMYK 0.66 0.29 0 0.69
HSL 206.04º 0.5% 0.21% -
HSV(B) 206.04º 0.66% 0.31% -
XYZ 3.36 3.74 8.13 -
YUV 50.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 27 57 80 0.66 0.29 0 0.69 206.04 0.5 0.21
Hex 1B 39 50 42 1D 0 45 CE 32 15
Octal 33 71 120 102 35 0 105 316 62 25
Binary 11011 111001 1010000 1000010 11101 0 1000101 11001110 110010 10101

Color Harmonies of #1B3950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3950

Black with #1B3950

Text Example


Text Example

White with #1B3950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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