Html Css Color HEX #1C4053 Astronaut Blue

📋 copy color: '#1C4053'

red 28 ◦ green 64 ◦ blue 83

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

Shades of Astronaut Blue #1C4053

Tints of Astronaut Blue #1C4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.57%

 BLUE value IS 83 (32.81% from 255) = 47.43%

R = 16%
G = 36.57%
B = 47.43%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1C4053 (or 0x1C4053) is known color: Astronaut Blue. HEX triplet: 1C, 40 and 53. RGB value is (28,64,83). Sum of RGB (Red+Green+Blue) = 28+64+83=175 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C4053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4053 is #E3BFAC. Grayscale: #373737. Windows color (decimal): -14925741 or 5455900. OLE color: 5455900.

HSL color Cylindrical-coordinate representation of color #1C4053: hue angle of 200.73º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C4053 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 64 83 -
CMYK 0.66 0.23 0 0.67
HSL 200.73º 0.5% 0.22% -
HSV(B) 200.73º 0.66% 0.33% -
XYZ 3.87 4.54 8.86 -
YUV 55.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 28 64 83 0.66 0.23 0 0.67 200.73 0.5 0.22
Hex 1C 40 53 42 17 0 43 C9 32 16
Octal 34 100 123 102 27 0 103 311 62 26
Binary 11100 1000000 1010011 1000010 10111 0 1000011 11001001 110010 10110

Color Harmonies of #1C4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4053

Black with #1C4053

Text Example


Text Example

White with #1C4053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,64,83); }

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

background-color css

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

 a { background-color: rgb(28,64,83); }

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

border-color css

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

 span { border-color: rgb(28,64,83); }

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