Html Css Color HEX #1D384F Regal Blue

📋 copy color: '#1D384F'

red 29 ◦ green 56 ◦ blue 79

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

Shades of Regal Blue #1D384F

Tints of Regal Blue #1D384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.15%

 BLUE value IS 79 (31.25% from 255) = 48.17%

R = 17.68%
G = 34.15%
B = 48.17%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1D384F (or 0x1D384F) is known color: Regal Blue. HEX triplet: 1D, 38 and 4F. RGB value is (29,56,79). Sum of RGB (Red+Green+Blue) = 29+56+79=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D384F is #E2C7B0. Grayscale: #323232. Windows color (decimal): -14862257 or 5191709. OLE color: 5191709.

HSL color Cylindrical-coordinate representation of color #1D384F: hue angle of 207.6º 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 #1D384F is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 29 56 79 -
CMYK 0.63 0.29 0 0.69
HSL 207.6º 0.46% 0.21% -
HSV(B) 207.6º 0.63% 0.31% -
XYZ 3.33 3.65 7.93 -
YUV 50.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 29 56 79 0.63 0.29 0 0.69 207.6 0.46 0.21
Hex 1D 38 4F 3F 1D 0 45 D0 2E 15
Octal 35 70 117 77 35 0 105 320 56 25
Binary 11101 111000 1001111 111111 11101 0 1000101 11010000 101110 10101

Color Harmonies of #1D384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D384F

Black with #1D384F

Text Example


Text Example

White with #1D384F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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