Html Css Color HEX #1D4668 Astronaut Blue

📋 copy color: '#1D4668'

red 29 ◦ green 70 ◦ blue 104

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

Shades of Astronaut Blue #1D4668

Tints of Astronaut Blue #1D4668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

 BLUE value IS 104 (41.02% from 255) = 51.23%

R = 14.29%
G = 34.48%
B = 51.23%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1D4668 (or 0x1D4668) is known color: Astronaut Blue. HEX triplet: 1D, 46 and 68. RGB value is (29,70,104). Sum of RGB (Red+Green+Blue) = 29+70+104=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D4668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4668 is #E2B997. Grayscale: #3D3D3D. Windows color (decimal): -14858648 or 6833693. OLE color: 6833693.

HSL color Cylindrical-coordinate representation of color #1D4668: hue angle of 207.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D4668 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 29 70 104 -
CMYK 0.72 0.33 0 0.59
HSL 207.2º 0.56% 0.26% -
HSV(B) 207.2º 0.72% 0.41% -
XYZ 5.2 5.64 13.91 -
YUV 61.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 29 70 104 0.72 0.33 0 0.59 207.2 0.56 0.26
Hex 1D 46 68 48 21 0 3B CF 38 1A
Octal 35 106 150 110 41 0 73 317 70 32
Binary 11101 1000110 1101000 1001000 100001 0 111011 11001111 111000 11010

Color Harmonies of #1D4668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4668

Black with #1D4668

Text Example


Text Example

White with #1D4668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,70,104); }

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

background-color css

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

 a { background-color: rgb(29,70,104); }

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

border-color css

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

 span { border-color: rgb(29,70,104); }

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