Html Css Color HEX #1B4161 Regal Blue

📋 copy color: '#1B4161'

red 27 ◦ green 65 ◦ blue 97

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

Shades of Regal Blue #1B4161

Tints of Regal Blue #1B4161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.39%

 BLUE value IS 97 (38.28% from 255) = 51.32%

R = 14.29%
G = 34.39%
B = 51.32%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B4161 (or 0x1B4161) is known color: Regal Blue. HEX triplet: 1B, 41 and 61. RGB value is (27,65,97). Sum of RGB (Red+Green+Blue) = 27+65+97=189 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.29% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B4161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4161 is #E4BE9E. Grayscale: #393939. Windows color (decimal): -14991007 or 6373659. OLE color: 6373659.

HSL color Cylindrical-coordinate representation of color #1B4161: hue angle of 207.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B4161 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 27 65 97 -
CMYK 0.72 0.33 0 0.62
HSL 207.43º 0.56% 0.24% -
HSV(B) 207.43º 0.72% 0.38% -
XYZ 4.5 4.88 12.01 -
YUV 57.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 27 65 97 0.72 0.33 0 0.62 207.43 0.56 0.24
Hex 1B 41 61 48 21 0 3E CF 38 18
Octal 33 101 141 110 41 0 76 317 70 30
Binary 11011 1000001 1100001 1001000 100001 0 111110 11001111 111000 11000

Color Harmonies of #1B4161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4161

Black with #1B4161

Text Example


Text Example

White with #1B4161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,65,97); }

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

background-color css

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

 a { background-color: rgb(27,65,97); }

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

border-color css

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

 span { border-color: rgb(27,65,97); }

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