Html Css Color HEX #1C4669 Astronaut Blue

📋 copy color: '#1C4669'

red 28 ◦ green 70 ◦ blue 105

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

Shades of Astronaut Blue #1C4669

Tints of Astronaut Blue #1C4669

RGB

 RED value IS 28 (11.33% from 255) = 13.79%

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

 BLUE value IS 105 (41.41% from 255) = 51.72%

R = 13.79%
G = 34.48%
B = 51.72%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1C4669 (or 0x1C4669) is known color: Astronaut Blue. HEX triplet: 1C, 46 and 69. RGB value is (28,70,105). Sum of RGB (Red+Green+Blue) = 28+70+105=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #1C4669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4669 is #E3B996. Grayscale: #3D3D3D. Windows color (decimal): -14924183 or 6899228. OLE color: 6899228.

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

Color convert

RGB 28 70 105 -
CMYK 0.73 0.33 0 0.59
HSL 207.27º 0.58% 0.26% -
HSV(B) 207.27º 0.73% 0.41% -
XYZ 5.22 5.65 14.18 -
YUV 61.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 28 70 105 0.73 0.33 0 0.59 207.27 0.58 0.26
Hex 1C 46 69 49 21 0 3B CF 3A 1A
Octal 34 106 151 111 41 0 73 317 72 32
Binary 11100 1000110 1101001 1001001 100001 0 111011 11001111 111010 11010

Color Harmonies of #1C4669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4669

Black with #1C4669

Text Example


Text Example

White with #1C4669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,70,105); }

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

background-color css

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

 a { background-color: rgb(28,70,105); }

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

border-color css

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

 span { border-color: rgb(28,70,105); }

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