Html Css Color HEX #1D354E Regal Blue

📋 copy color: '#1D354E'

red 29 ◦ green 53 ◦ blue 78

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

Shades of Regal Blue #1D354E

Tints of Regal Blue #1D354E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 48.75%

R = 18.13%
G = 33.13%
B = 48.75%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1D354E (or 0x1D354E) is known color: Regal Blue. HEX triplet: 1D, 35 and 4E. RGB value is (29,53,78). Sum of RGB (Red+Green+Blue) = 29+53+78=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D354E is #E2CAB1. Grayscale: #303030. Windows color (decimal): -14863026 or 5125405. OLE color: 5125405.

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

Color convert

RGB 29 53 78 -
CMYK 0.63 0.32 0 0.69
HSL 210.61º 0.46% 0.21% -
HSV(B) 210.61º 0.63% 0.31% -
XYZ 3.15 3.36 7.69 -
YUV 48.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 29 53 78 0.63 0.32 0 0.69 210.61 0.46 0.21
Hex 1D 35 4E 3F 20 0 45 D3 2E 15
Octal 35 65 116 77 40 0 105 323 56 25
Binary 11101 110101 1001110 111111 100000 0 1000101 11010011 101110 10101

Color Harmonies of #1D354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D354E

Black with #1D354E

Text Example


Text Example

White with #1D354E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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