#1D4061

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

Shades of Regal Blue #1D4061

Tints of Regal Blue #1D4061

Color information

#1D4061 (or 0x1D4061) is unknown color: approx Regal Blue. HEX triplet: 1D, 40 and 61. RGB value is (29,64,97). Sum of RGB (Red+Green+Blue) = 29+64+97=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 64 (25.39% from 255 or 33.68% 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 #1D4061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4061 is #E2BF9E. Grayscale: #393939. Windows color (decimal): -14860191 or 6373405. OLE color: 6373405.

HSL color Cylindrical-coordinate representation of color #1D4061: hue angle of 209.12º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D4061 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB296497-
CMYK0.700.3400.62
HSL209.12º53.97%24.71%-
HSV(B)209.12º70.1%38.04%-
XYZ4.54.7912-
YUV57.3150.4107.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.26%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 97 (38.28% from 255) = 51.05%
R=15.26%
G=33.68%
B=51.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2964970.700.3400.62209.1253.9724.71
Hex1D4061462203Ed13619
Octal35100141106420763216631
Binary1110110000001100001100011010001001111101101000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,64,97); }

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

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

 a { background-color: rgb(29,64,97); }

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

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

 span { border-color: rgb(29,64,97); }

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