Html Css Color HEX #1D456C Regal Blue

📋 copy color: '#1D456C'

red 29 ◦ green 69 ◦ blue 108

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

Shades of Regal Blue #1D456C

Tints of Regal Blue #1D456C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.5%

 BLUE value IS 108 (42.58% from 255) = 52.43%

R = 14.08%
G = 33.5%
B = 52.43%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D456C (or 0x1D456C) is known color: Regal Blue. HEX triplet: 1D, 45 and 6C. RGB value is (29,69,108). Sum of RGB (Red+Green+Blue) = 29+69+108=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D456C is #E2BA93. Grayscale: #3D3D3D. Windows color (decimal): -14858900 or 7095581. OLE color: 7095581.

HSL color Cylindrical-coordinate representation of color #1D456C: hue angle of 209.62º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D456C is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 69 108 -
CMYK 0.73 0.36 0 0.58
HSL 209.62º 0.58% 0.27% -
HSV(B) 209.62º 0.73% 0.42% -
XYZ 5.34 5.6 14.99 -
YUV 61.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 29 69 108 0.73 0.36 0 0.58 209.62 0.58 0.27
Hex 1D 45 6C 49 24 0 3A D2 3A 1B
Octal 35 105 154 111 44 0 72 322 72 33
Binary 11101 1000101 1101100 1001001 100100 0 111010 11010010 111010 11011

Color Harmonies of #1D456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D456C

Black with #1D456C

Text Example


Text Example

White with #1D456C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,69,108); }

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

background-color css

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

 a { background-color: rgb(29,69,108); }

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

border-color css

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

 span { border-color: rgb(29,69,108); }

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