Html Css Color HEX #1D354F Regal Blue

📋 copy color: '#1D354F'

red 29 ◦ green 53 ◦ blue 79

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

Shades of Regal Blue #1D354F

Tints of Regal Blue #1D354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.92%

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

R = 18.01%
G = 32.92%
B = 49.07%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1D354F (or 0x1D354F) is known color: Regal Blue. HEX triplet: 1D, 35 and 4F. RGB value is (29,53,79). Sum of RGB (Red+Green+Blue) = 29+53+79=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D354F is #E2CAB0. Grayscale: #303030. Windows color (decimal): -14863025 or 5190941. OLE color: 5190941.

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

Color convert

RGB 29 53 79 -
CMYK 0.63 0.33 0 0.69
HSL 211.2º 0.46% 0.21% -
HSV(B) 211.2º 0.63% 0.31% -
XYZ 3.19 3.37 7.88 -
YUV 48.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 29 53 79 0.63 0.33 0 0.69 211.2 0.46 0.21
Hex 1D 35 4F 3F 21 0 45 D3 2E 15
Octal 35 65 117 77 41 0 105 323 56 25
Binary 11101 110101 1001111 111111 100001 0 1000101 11010011 101110 10101

Color Harmonies of #1D354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D354F

Black with #1D354F

Text Example


Text Example

White with #1D354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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