#1D394F

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

Shades of Regal Blue #1D394F

Tints of Regal Blue #1D394F

Color information

#1D394F (or 0x1D394F) is unknown color: approx Regal Blue. HEX triplet: 1D, 39 and 4F. RGB value is (29,57,79). Sum of RGB (Red+Green+Blue) = 29+57+79=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D394F is #E2C6B0. Grayscale: #333333. Windows color (decimal): -14862001 or 5191965. OLE color: 5191965.

HSL color Cylindrical-coordinate representation of color #1D394F: hue angle of 206.4º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D394F is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB295779-
CMYK0.630.2800.69
HSL206.4º46.3%21.18%-
HSV(B)206.4º63.29%30.98%-
XYZ3.383.757.94-
YUV51.14143.72112.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.58%
GREEN value IS 57 (22.66% from 255) = 34.55%
BLUE value IS 79 (31.25% from 255) = 47.88%
R=17.58%
G=34.55%
B=47.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2957790.630.2800.69206.446.321.18
Hex1D394F3F1C045ce2e15
Octal3571117773401053165625
Binary11101111001100111111111111100010001011100111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,57,79); }

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

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

 a { background-color: rgb(29,57,79); }

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

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

 span { border-color: rgb(29,57,79); }

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