Html Css Color HEX #1C4859 Astronaut Blue

📋 copy color: '#1C4859'

red 28 ◦ green 72 ◦ blue 89

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

Shades of Astronaut Blue #1C4859

Tints of Astronaut Blue #1C4859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.1%

 BLUE value IS 89 (35.16% from 255) = 47.09%

R = 14.81%
G = 38.1%
B = 47.09%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C4859 (or 0x1C4859) is known color: Astronaut Blue. HEX triplet: 1C, 48 and 59. RGB value is (28,72,89). Sum of RGB (Red+Green+Blue) = 28+72+89=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C4859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4859 is #E3B7A6. Grayscale: #3C3C3C. Windows color (decimal): -14923687 or 5851164. OLE color: 5851164.

HSL color Cylindrical-coordinate representation of color #1C4859: hue angle of 196.72º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C4859 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 28 72 89 -
CMYK 0.69 0.19 0 0.65
HSL 196.72º 0.52% 0.23% -
HSV(B) 196.72º 0.69% 0.35% -
XYZ 4.6 5.6 10.29 -
YUV 60.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 28 72 89 0.69 0.19 0 0.65 196.72 0.52 0.23
Hex 1C 48 59 45 13 0 41 C5 34 17
Octal 34 110 131 105 23 0 101 305 64 27
Binary 11100 1001000 1011001 1000101 10011 0 1000001 11000101 110100 10111

Color Harmonies of #1C4859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4859

Black with #1C4859

Text Example


Text Example

White with #1C4859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,72,89); }

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

background-color css

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

 a { background-color: rgb(28,72,89); }

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

border-color css

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

 span { border-color: rgb(28,72,89); }

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