#1B4362

Color #1B4362 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #1B4362

Tints of Regal Blue #1B4362

Color information

#1B4362 (or 0x1B4362) is unknown color: approx Regal Blue. HEX triplet: 1B, 43 and 62. RGB value is (27,67,98). Sum of RGB (Red+Green+Blue) = 27+67+98=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B4362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4362 is #E4BC9D. Grayscale: #3A3A3A. Windows color (decimal): -14990494 or 6439707. OLE color: 6439707.

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

Color convert

RGB276798-
CMYK0.720.3200.62
HSL206.2º56.8%24.51%-
HSV(B)206.2º72.45%38.43%-
XYZ4.665.1312.3-
YUV58.57150.25105.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.06%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 98 (38.67% from 255) = 51.04%
R=14.06%
G=34.90%
B=51.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2767980.720.3200.62206.256.824.51
Hex1B4362482003Ece3919
Octal33103142110400763167131
Binary1101110000111100010100100010000001111101100111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,67,98); }

 H1.HeaderClassName
 {
   color: #1B4362;
 }
 .AnyTagClassName
 {
   color: #1B4362;
 }
</style>
background-color css

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

 a { background-color: rgb(27,67,98); }

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

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

 span { border-color: rgb(27,67,98); }

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