Html Css Color HEX #1B4261 Regal Blue

📋 copy color: '#1B4261'

red 27 ◦ green 66 ◦ blue 97

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

Shades of Regal Blue #1B4261

Tints of Regal Blue #1B4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.74%

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

R = 14.21%
G = 34.74%
B = 51.05%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B4261 (or 0x1B4261) is known color: Regal Blue. HEX triplet: 1B, 42 and 61. RGB value is (27,66,97). Sum of RGB (Red+Green+Blue) = 27+66+97=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B4261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4261 is #E4BD9E. Grayscale: #393939. Windows color (decimal): -14990751 or 6373915. OLE color: 6373915.

HSL color Cylindrical-coordinate representation of color #1B4261: hue angle of 206.57º 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 #1B4261 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 27 66 97 -
CMYK 0.72 0.32 0 0.62
HSL 206.57º 0.56% 0.24% -
HSV(B) 206.57º 0.72% 0.38% -
XYZ 4.56 4.99 12.03 -
YUV 57.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 27 66 97 0.72 0.32 0 0.62 206.57 0.56 0.24
Hex 1B 42 61 48 20 0 3E CF 38 18
Octal 33 102 141 110 40 0 76 317 70 30
Binary 11011 1000010 1100001 1001000 100000 0 111110 11001111 111000 11000

Color Harmonies of #1B4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4261

Black with #1B4261

Text Example


Text Example

White with #1B4261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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