#1B425C

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

Shades of Regal Blue #1B425C

Tints of Regal Blue #1B425C

Color information

#1B425C (or 0x1B425C) is unknown color: approx Regal Blue. HEX triplet: 1B, 42 and 5C. RGB value is (27,66,92). Sum of RGB (Red+Green+Blue) = 27+66+92=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #1B425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B425C is #E4BDA3. Grayscale: #393939. Windows color (decimal): -14990756 or 6046235. OLE color: 6046235.

HSL color Cylindrical-coordinate representation of color #1B425C: hue angle of 204º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B425C is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB276692-
CMYK0.710.2800.64
HSL204º54.62%23.33%-
HSV(B)204º70.65%36.08%-
XYZ4.334.910.84-
YUV57.3147.58106.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.59%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 92 (36.33% from 255) = 49.73%
R=14.59%
G=35.68%
B=49.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2766920.710.2800.6420454.6223.33
Hex1B425C471C040cc3717
Octal331021341073401003146727
Binary1101110000101011100100011111100010000001100110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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