Html Css Color HEX #1C4963 Astronaut Blue

📋 copy color: '#1C4963'

red 28 ◦ green 73 ◦ blue 99

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

Shades of Astronaut Blue #1C4963

Tints of Astronaut Blue #1C4963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.5%

 BLUE value IS 99 (39.06% from 255) = 49.5%

R = 14%
G = 36.5%
B = 49.5%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1C4963 (or 0x1C4963) is known color: Astronaut Blue. HEX triplet: 1C, 49 and 63. RGB value is (28,73,99). Sum of RGB (Red+Green+Blue) = 28+73+99=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C4963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4963 is #E3B69C. Grayscale: #3E3E3E. Windows color (decimal): -14923421 or 6506780. OLE color: 6506780.

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

Color convert

RGB 28 73 99 -
CMYK 0.72 0.26 0 0.61
HSL 201.97º 0.56% 0.25% -
HSV(B) 201.97º 0.72% 0.39% -
XYZ 5.11 5.91 12.68 -
YUV 62.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 28 73 99 0.72 0.26 0 0.61 201.97 0.56 0.25
Hex 1C 49 63 48 1A 0 3D CA 38 19
Octal 34 111 143 110 32 0 75 312 70 31
Binary 11100 1001001 1100011 1001000 11010 0 111101 11001010 111000 11001

Color Harmonies of #1C4963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4963

Black with #1C4963

Text Example


Text Example

White with #1C4963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,73,99); }

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

background-color css

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

 a { background-color: rgb(28,73,99); }

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

border-color css

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

 span { border-color: rgb(28,73,99); }

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