#1B415A

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

Shades of Regal Blue #1B415A

Tints of Regal Blue #1B415A

Color information

#1B415A (or 0x1B415A) is unknown color: approx Regal Blue. HEX triplet: 1B, 41 and 5A. RGB value is (27,65,90). Sum of RGB (Red+Green+Blue) = 27+65+90=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B415A is #E4BEA5. Grayscale: #383838. Windows color (decimal): -14991014 or 5914907. OLE color: 5914907.

HSL color Cylindrical-coordinate representation of color #1B415A: hue angle of 203.81º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B415A is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB276590-
CMYK0.700.2800.65
HSL203.81º53.85%22.94%-
HSV(B)203.81º70%35.29%-
XYZ4.194.7510.37-
YUV56.49146.91106.97-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.84%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=14.84%
G=35.71%
B=49.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2765900.700.2800.65203.8153.8522.94
Hex1B415A461C041cc3617
Octal331011321063401013146627
Binary1101110000011011010100011011100010000011100110011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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