Html Css Color HEX #1C4863 Astronaut Blue

📋 copy color: '#1C4863'

red 28 ◦ green 72 ◦ blue 99

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

Shades of Astronaut Blue #1C4863

Tints of Astronaut Blue #1C4863

RGB

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

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

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

R = 14.07%
G = 36.18%
B = 49.75%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1C4863 (or 0x1C4863) is known color: Astronaut Blue. HEX triplet: 1C, 48 and 63. RGB value is (28,72,99). Sum of RGB (Red+Green+Blue) = 28+72+99=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C4863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4863 is #E3B79C. Grayscale: #3D3D3D. Windows color (decimal): -14923677 or 6506524. OLE color: 6506524.

HSL color Cylindrical-coordinate representation of color #1C4863: hue angle of 202.82º 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 #1C4863 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 28 72 99 -
CMYK 0.72 0.27 0 0.61
HSL 202.82º 0.56% 0.25% -
HSV(B) 202.82º 0.72% 0.39% -
XYZ 5.05 5.78 12.65 -
YUV 61.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 28 72 99 0.72 0.27 0 0.61 202.82 0.56 0.25
Hex 1C 48 63 48 1B 0 3D CB 38 19
Octal 34 110 143 110 33 0 75 313 70 31
Binary 11100 1001000 1100011 1001000 11011 0 111101 11001011 111000 11001

Color Harmonies of #1C4863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4863

Black with #1C4863

Text Example


Text Example

White with #1C4863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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