Html Css Color HEX #1D3850 Regal Blue

📋 copy color: '#1D3850'

red 29 ◦ green 56 ◦ blue 80

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

Shades of Regal Blue #1D3850

Tints of Regal Blue #1D3850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 48.48%

R = 17.58%
G = 33.94%
B = 48.48%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1D3850 (or 0x1D3850) is known color: Regal Blue. HEX triplet: 1D, 38 and 50. RGB value is (29,56,80). Sum of RGB (Red+Green+Blue) = 29+56+80=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D3850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3850 is #E2C7AF. Grayscale: #323232. Windows color (decimal): -14862256 or 5257245. OLE color: 5257245.

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

Color convert

RGB 29 56 80 -
CMYK 0.64 0.30 0 0.69
HSL 208.24º 0.47% 0.21% -
HSV(B) 208.24º 0.64% 0.31% -
XYZ 3.37 3.67 8.12 -
YUV 50.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 29 56 80 0.64 0.30 0 0.69 208.24 0.47 0.21
Hex 1D 38 50 40 1E 0 45 D0 2F 15
Octal 35 70 120 100 36 0 105 320 57 25
Binary 11101 111000 1010000 1000000 11110 0 1000101 11010000 101111 10101

Color Harmonies of #1D3850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3850

Black with #1D3850

Text Example


Text Example

White with #1D3850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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