Html Css Color HEX #1D4063 Regal Blue

📋 copy color: '#1D4063'

red 29 ◦ green 64 ◦ blue 99

#1D4063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #1D4063

Tints of Regal Blue #1D4063

RGB

 RED value IS 29 (11.72% from 255) = 15.1%

 GREEN value IS 64 (25.39% from 255) = 33.33%

 BLUE value IS 99 (39.06% from 255) = 51.56%

R = 15.1%
G = 33.33%
B = 51.56%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1D4063 (or 0x1D4063) is known color: Regal Blue. HEX triplet: 1D, 40 and 63. RGB value is (29,64,99). Sum of RGB (Red+Green+Blue) = 29+64+99=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D4063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4063 is #E2BF9C. Grayscale: #393939. Windows color (decimal): -14860189 or 6504477. OLE color: 6504477.

HSL color Cylindrical-coordinate representation of color #1D4063: hue angle of 210º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D4063 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 29 64 99 -
CMYK 0.71 0.35 0 0.61
HSL 210º 0.55% 0.25% -
HSV(B) 210º 0.71% 0.39% -
XYZ 4.59 4.83 12.49 -
YUV 57.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 29 64 99 0.71 0.35 0 0.61 210 0.55 0.25
Hex 1D 40 63 47 23 0 3D D2 37 19
Octal 35 100 143 107 43 0 75 322 67 31
Binary 11101 1000000 1100011 1000111 100011 0 111101 11010010 110111 11001

Color Harmonies of #1D4063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4063

Black with #1D4063

Text Example


Text Example

White with #1D4063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D4063;
 }
 .AnyTagClassName
 {
   color: #1D4063;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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