Html Css Color HEX #1D3858 Regal Blue

📋 copy color: '#1D3858'

red 29 ◦ green 56 ◦ blue 88

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

Shades of Regal Blue #1D3858

Tints of Regal Blue #1D3858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 50.87%

R = 16.76%
G = 32.37%
B = 50.87%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D3858 (or 0x1D3858) is known color: Regal Blue. HEX triplet: 1D, 38 and 58. RGB value is (29,56,88). Sum of RGB (Red+Green+Blue) = 29+56+88=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D3858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3858 is #E2C7A7. Grayscale: #333333. Windows color (decimal): -14862248 or 5781533. OLE color: 5781533.

HSL color Cylindrical-coordinate representation of color #1D3858: hue angle of 212.54º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3858 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 29 56 88 -
CMYK 0.67 0.36 0 0.65
HSL 212.54º 0.5% 0.23% -
HSV(B) 212.54º 0.67% 0.35% -
XYZ 3.68 3.79 9.77 -
YUV 51.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 29 56 88 0.67 0.36 0 0.65 212.54 0.5 0.23
Hex 1D 38 58 43 24 0 41 D5 32 17
Octal 35 70 130 103 44 0 101 325 62 27
Binary 11101 111000 1011000 1000011 100100 0 1000001 11010101 110010 10111

Color Harmonies of #1D3858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3858

Black with #1D3858

Text Example


Text Example

White with #1D3858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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