Html Css Color HEX #1C4460 Astronaut Blue

📋 copy color: '#1C4460'

red 28 ◦ green 68 ◦ blue 96

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

Shades of Astronaut Blue #1C4460

Tints of Astronaut Blue #1C4460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

 BLUE value IS 96 (37.89% from 255) = 50%

R = 14.58%
G = 35.42%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1C4460 (or 0x1C4460) is known color: Astronaut Blue. HEX triplet: 1C, 44 and 60. RGB value is (28,68,96). Sum of RGB (Red+Green+Blue) = 28+68+96=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #1C4460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4460 is #E3BB9F. Grayscale: #3B3B3B. Windows color (decimal): -14924704 or 6308892. OLE color: 6308892.

HSL color Cylindrical-coordinate representation of color #1C4460: hue angle of 204.71º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C4460 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 28 68 96 -
CMYK 0.71 0.29 0 0.62
HSL 204.71º 0.55% 0.24% -
HSV(B) 204.71º 0.71% 0.38% -
XYZ 4.66 5.23 11.83 -
YUV 59.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 28 68 96 0.71 0.29 0 0.62 204.71 0.55 0.24
Hex 1C 44 60 47 1D 0 3E CD 37 18
Octal 34 104 140 107 35 0 76 315 67 30
Binary 11100 1000100 1100000 1000111 11101 0 111110 11001101 110111 11000

Color Harmonies of #1C4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4460

Black with #1C4460

Text Example


Text Example

White with #1C4460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,68,96); }

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

background-color css

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

 a { background-color: rgb(28,68,96); }

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

border-color css

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

 span { border-color: rgb(28,68,96); }

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